Preparing search index...
The search index is not available
Shogun SDK Documentation v1.1.4 - v1.2.9
Shogun SDK Documentation v1.1.4
OAuthConnectionResult
Interface OAuthConnectionResult
Connection result for OAuth
interface
OAuthConnectionResult
{
authUrl
?:
string
;
error
?:
string
;
provider
?:
OAuthProvider
;
success
:
boolean
;
userInfo
?:
OAuthUserInfo
;
}
Hierarchy
BaseResult
OAuthConnectionResult
Index
Properties
auth
Url?
error?
provider?
success
user
Info?
Properties
Optional
auth
Url
authUrl
?:
string
Optional
error
error
?:
string
Optional
provider
provider
?:
OAuthProvider
success
success
:
boolean
Optional
user
Info
userInfo
?:
OAuthUserInfo
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
Url
error
provider
success
user
Info
Shogun SDK Documentation v1.1.4 - v1.2.9
Loading...
Connection result for OAuth