E621
Preparing search index...
RevokeOAuthTokenOptions
Interface RevokeOAuthTokenOptions
interface
RevokeOAuthTokenOptions
{
"[RawBodyShape]"
?:
{}
;
client_id
?:
string
;
client_secret
?:
string
;
token
:
string
;
token_type_hint
?:
"refresh_token"
|
"access_token"
;
}
Hierarchy (
View Summary
)
TransformDataBodyToOptions
<
DoorkeeperTokensRevokeData
>
RevokeOAuthTokenOptions
Index
Properties
[
Raw
Body
Shape]?
client_
id?
client_
secret?
token
token_
type_
hint?
Properties
Optional
Readonly
[
Raw
Body
Shape]
"[RawBodyShape]"
?:
{}
Optional
client_
id
client_id
?:
string
Optional
client_
secret
client_secret
?:
string
token
token
:
string
Optional
token_
type_
hint
token_type_hint
?:
"refresh_token"
|
"access_token"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
Raw
Body
Shape]
client_
id
client_
secret
token
token_
type_
hint
E621
Loading...