@typed-discord/rest
Preparing search index...
types
OAuth2GetAuthorizationResponse
Interface OAuth2GetAuthorizationResponse
interface
OAuth2GetAuthorizationResponse
{
application
:
ApplicationResponse
;
expires
:
string
;
scopes
:
OAuth2Scopes
[]
;
user
?:
UserResponse
;
}
Index
Properties
application
expires
scopes
user?
Properties
application
application
:
ApplicationResponse
expires
expires
:
string
scopes
scopes
:
OAuth2Scopes
[]
Optional
user
user
?:
UserResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
application
expires
scopes
user
@typed-discord/rest
Loading...