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