E621
Preparing search index...
CreateOAuthTokenOptions
Interface CreateOAuthTokenOptions
interface
CreateOAuthTokenOptions
{
"[RawBodyShape]"
?:
{}
;
client_id
?:
string
;
client_secret
?:
string
;
code
?:
string
;
code_verifier
?:
string
;
grant_type
:
"authorization_code"
|
"refresh_token"
;
redirect_uri
?:
string
;
refresh_token
?:
string
;
scope
?:
string
;
}
Hierarchy (
View Summary
)
TransformDataBodyToOptions
<
DoorkeeperTokensCreateData
>
CreateOAuthTokenOptions
Index
Properties
[
Raw
Body
Shape]?
client_
id?
client_
secret?
code?
code_
verifier?
grant_
type
redirect_
uri?
refresh_
token?
scope?
Properties
Optional
Readonly
[
Raw
Body
Shape]
"[RawBodyShape]"
?:
{}
Optional
client_
id
client_id
?:
string
Optional
client_
secret
client_secret
?:
string
Optional
code
code
?:
string
Optional
code_
verifier
code_verifier
?:
string
grant_
type
grant_type
:
"authorization_code"
|
"refresh_token"
Optional
redirect_
uri
redirect_uri
?:
string
Optional
refresh_
token
refresh_token
?:
string
Optional
scope
scope
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
Raw
Body
Shape]
client_
id
client_
secret
code
code_
verifier
grant_
type
redirect_
uri
refresh_
token
scope
E621
Loading...