8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329bd06 commit 1819143Copy full SHA for 1819143
sigstore/oidc.py
@@ -255,7 +255,7 @@ def identity_token( # nosec: B107
255
Retrieves and returns an `IdentityToken` from the current `Issuer`, via OAuth.
256
257
This function blocks on user interaction, either via a web browser or an out-of-band
258
- OAuth flow. When force_oob, the out-of-band flow is always used.
+ OAuth flow. When force_oob is true, the out-of-band flow is always used.
259
"""
260
261
# This function and the components that it relies on are based off of:
0 commit comments