You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ with optional overrides.
136
136
-**useNonce** - (`boolean`) (default: true) optionally allows not sending the nonce parameter, to support non-compliant providers
137
137
-**usePKCE** - (`boolean`) (default: true) optionally allows not sending the code_challenge parameter and skipping PKCE code verification, to support non-compliant providers.
138
138
-**skipCodeExchange** - (`boolean`) (default: false) just return the authorization response, instead of automatically exchanging the authorization code. This is useful if this exchange needs to be done manually (not client-side)
139
+
-**connectionTimeoutSeconds** - (`number`) configure the request timeout interval in seconds. This must be a positive number. The default values are 60 seconds on iOS and 15 seconds on Android.
139
140
140
141
#### result
141
142
@@ -151,7 +152,6 @@ This is the result from the auth server:
151
152
-**scopes** - ([`string`]) the scopes the user has agreed to be granted
152
153
-**authorizationCode** - (`string`) the authorization code (only if `skipCodeExchange=true`)
153
154
-**codeVerifier** - (`string`) the codeVerifier value used for the PKCE exchange (only if both `skipCodeExchange=true` and `usePKCE=true`)
154
-
-**connectionTimeoutSeconds** - (`number`) configure the request timeout interval in seconds. This must be a positive number. The default values are 60 seconds on iOS and 15 seconds on Android.
`hello=world&foo=bar` to the authorization request.
242
242
-**dangerouslyAllowInsecureHttpRequests** - (`boolean`) _ANDROID_ same as in authorization config
243
243
-**customHeaders** - (`object`) _ANDROID_ same as in authorization config
244
+
-**connectionTimeoutSeconds** - (`number`) configure the request timeout interval in seconds. This must be a positive number. The default values are 60 seconds on iOS and 15 seconds on Android.
0 commit comments