CDP Frontend SDK
Preparing search index...
@coinbase/cdp-core
OAuthFlowState
Interface OAuthFlowState
The state of an OAuth flow.
interface
OAuthFlowState
{
status
?:
OAuthFlowStatus
;
code
?:
string
;
providerType
?:
OAuth2ProviderType
;
flowId
?:
string
;
error
?:
string
;
errorDescription
?:
string
;
}
Index
Properties
status?
code?
provider
Type?
flow
Id?
error?
error
Description?
Properties
Optional
status
status
?:
OAuthFlowStatus
Optional
code
code
?:
string
Optional
provider
Type
providerType
?:
OAuth2ProviderType
Optional
flow
Id
flowId
?:
string
Optional
error
error
?:
string
Optional
error
Description
errorDescription
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
status
code
provider
Type
flow
Id
error
error
Description
CDP Frontend SDK
Loading...
The state of an OAuth flow.