Preparing search index...
The search index is not available
Shogun SDK Documentation v1.1.4 - v1.2.9
Shogun SDK Documentation v1.1.4
OAuthConfig
Interface OAuthConfig
OAuth configuration
interface
OAuthConfig
{
cacheDuration
?:
number
;
maxRetries
?:
number
;
providers
:
Partial
<
Record
<
OAuthProvider
,
OAuthProviderConfig
>
>
;
retryDelay
?:
number
;
timeout
?:
number
;
usePKCE
?:
boolean
;
}
Hierarchy
BaseConfig
OAuthConfig
Index
Properties
cache
Duration?
max
Retries?
providers
retry
Delay?
timeout?
usePKCE?
Properties
Optional
cache
Duration
cacheDuration
?:
number
Optional
max
Retries
maxRetries
?:
number
providers
providers
:
Partial
<
Record
<
OAuthProvider
,
OAuthProviderConfig
>
>
Optional
retry
Delay
retryDelay
?:
number
Optional
timeout
timeout
?:
number
Optional
usePKCE
usePKCE
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
Duration
max
Retries
providers
retry
Delay
timeout
usePKCE
Shogun SDK Documentation v1.1.4 - v1.2.9
Loading...
OAuth configuration