Preparing search index...
The search index is not available
@novice1/frame - v0.1.10
@novice1/frame
OAuth2SecurityRoutes
Class OAuth2SecurityRoutes
Index
Constructors
constructor
Accessors
authorization
Code
client
Credentials
password
refresh
Token
Constructors
constructor
new OAuth2
Security
Routes
(
)
:
OAuth2SecurityRoutes
Returns
OAuth2SecurityRoutes
Accessors
Static
authorization
Code
get
authorizationCode
(
)
:
{
authorization
:
typeof
OAuth2ACAuthorizationRoute
;
token
:
typeof
OAuth2ACTokenRoute
;
}
Returns
{
authorization
:
typeof
OAuth2ACAuthorizationRoute
;
token
:
typeof
OAuth2ACTokenRoute
;
}
authorization
:
typeof
OAuth2ACAuthorizationRoute
token
:
typeof
OAuth2ACTokenRoute
Static
client
Credentials
get
clientCredentials
(
)
:
{
token
:
typeof
OAuth2PasswordTokenRoute
;
}
Returns
{
token
:
typeof
OAuth2PasswordTokenRoute
;
}
token
:
typeof
OAuth2PasswordTokenRoute
Static
password
get
password
(
)
:
{
token
:
typeof
OAuth2ClientCredsTokenRoute
;
}
Returns
{
token
:
typeof
OAuth2ClientCredsTokenRoute
;
}
token
:
typeof
OAuth2ClientCredsTokenRoute
Static
refresh
Token
get
refreshToken
(
)
:
typeof
OAuth2RefreshTokenRoute
Returns
typeof
OAuth2RefreshTokenRoute
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
authorization
Code
client
Credentials
password
refresh
Token
@novice1/frame - v0.1.10
Loading...