@mcp-z/oauth
Preparing search index...
Credentials
Interface Credentials
interface
Credentials
{
accessToken
:
string
;
expiresAt
?:
number
;
idToken
?:
string
;
refreshToken
?:
string
;
scope
?:
string
;
tokenType
?:
string
;
}
Index
Properties
access
Token
expires
At?
id
Token?
refresh
Token?
scope?
token
Type?
Properties
access
Token
accessToken
:
string
Optional
expires
At
expiresAt
?:
number
Optional
id
Token
idToken
?:
string
Optional
refresh
Token
refreshToken
?:
string
Optional
scope
scope
?:
string
Optional
token
Type
tokenType
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access
Token
expires
At
id
Token
refresh
Token
scope
token
Type
@mcp-z/oauth
Loading...