videosphere
Preparing search index...
lib/auth/google-oauth
GoogleOAuthGrant
Interface GoogleOAuthGrant
OAuth tokens returned from Google's token endpoint during the auth-code exchange.
interface
GoogleOAuthGrant
{
accessToken
?:
string
;
refreshToken
?:
string
;
}
Index
Properties
access
Token?
refresh
Token?
Properties
Optional
access
Token
accessToken
?:
string
Optional
refresh
Token
refreshToken
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access
Token
refresh
Token
videosphere
Loading...
OAuth tokens returned from Google's token endpoint during the auth-code exchange.