Preparing search index...
The search index is not available
Shogun SDK Documentation v1.1.4 - v1.2.9
Shogun SDK Documentation v1.1.4
OAuthProviderConfig
Interface OAuthProviderConfig
OAuth provider configuration
interface
OAuthProviderConfig
{
authUrl
:
string
;
clientId
:
string
;
clientSecret
?:
string
;
redirectUri
:
string
;
scope
:
string
[]
;
tokenUrl
:
string
;
userInfoUrl
:
string
;
}
Index
Properties
auth
Url
client
Id
client
Secret?
redirect
Uri
scope
token
Url
user
Info
Url
Properties
auth
Url
authUrl
:
string
client
Id
clientId
:
string
Optional
client
Secret
clientSecret
?:
string
redirect
Uri
redirectUri
:
string
scope
scope
:
string
[]
token
Url
tokenUrl
:
string
user
Info
Url
userInfoUrl
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
Url
client
Id
client
Secret
redirect
Uri
scope
token
Url
user
Info
Url
Shogun SDK Documentation v1.1.4 - v1.2.9
Loading...
OAuth provider configuration