@getalby/sdk
Preparing search index...
oauth
auth
OAuth2UserOptions
Interface OAuth2UserOptions
interface
OAuth2UserOptions
{
callback
:
string
;
client_id
:
string
;
client_secret
?:
string
;
request_options
?:
Partial
<
RequestOptions
>
;
scopes
:
OAuth2Scopes
[]
;
token
?:
Token
;
user_agent
:
string
;
}
Index
Properties
callback
client_
id
client_
secret?
request_
options?
scopes
token?
user_
agent
Properties
callback
callback
:
string
client_
id
client_id
:
string
Optional
client_
secret
client_secret
?:
string
Optional
request_
options
request_options
?:
Partial
<
RequestOptions
>
scopes
scopes
:
OAuth2Scopes
[]
Optional
token
token
?:
Token
user_
agent
user_agent
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
client_
id
client_
secret
request_
options
scopes
token
user_
agent
@getalby/sdk
Loading...