Skip to content

Commit a305ab3

Browse files
authored
Update examples/ClientInitiatedBackChannelLogin.md
1 parent eea850d commit a305ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ClientInitiatedBackChannelLogin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async def authenticate_via_backchannel():
5353

5454
- `binding_message`: An optional, human-readable message to be displayed at the consumption device and authentication device. This allows the user to ensure the transaction initiated by the consumption device is the same that triggers the action on the authentication device.
5555
- `login_hint['sub']`: The `sub` claim of the user that is trying to login using Client-Initiated Backchannel Authentication, and to which a push notification to authorize the login will be sent.
56-
- `requested_expiry`: The requested lifetime, in seconds, of the authentication request. The default value on Auth0 is 30 seconds.
56+
- `requested_expiry`: The requested lifetime, in seconds, of the authentication request. The default value on Auth0 is 300 seconds.
5757

5858
> [!IMPORTANT]
5959
> - Using Client-Initiated Backchannel Authentication requires the feature to be enabled in the Auth0 dashboard.

0 commit comments

Comments
 (0)