Preparing search index...
The search index is not available
@novice1/frame - v0.1.10
@novice1/frame
OAuth2ErrorResponse
Class OAuth2ErrorResponse
Hierarchy (
view full
)
BaseOAuth2ErrorResponse
OAuth2ErrorResponse
OAuth2InvalidRequestResponse
OAuth2InvalidClientResponse
OAuth2InvalidGrantResponse
OAuth2InvalidScopeResponse
OAuth2UnauthorizedClientResponse
OAuth2UnsupportedGrantTypeResponse
OAuth2InvalidTokenResponse
Index
Constructors
constructor
Properties
error
error
Description?
error
Uri?
Methods
get
Error
Description
get
Error
Uri
set
Error
Description
set
Error
Uri
toJSON
to
Object
Constructors
constructor
new OAuth2
Error
Response
(
error
,
errorDescription
?
,
errorUri
?
)
:
OAuth2ErrorResponse
Parameters
error
:
OAuth2Error
Optional
errorDescription
:
string
Optional
errorUri
:
string
Returns
OAuth2ErrorResponse
Properties
Protected
error
error
:
OAuth2Error
Protected
Optional
error
Description
error
Description
?:
string
Protected
Optional
error
Uri
error
Uri
?:
string
Methods
get
Error
Description
get
Error
Description
(
)
:
undefined
|
string
Returns
undefined
|
string
get
Error
Uri
get
Error
Uri
(
)
:
undefined
|
string
Returns
undefined
|
string
set
Error
Description
set
Error
Description
(
value
?
)
:
BaseOAuth2ErrorResponse
Parameters
Optional
value
:
string
Returns
BaseOAuth2ErrorResponse
set
Error
Uri
set
Error
Uri
(
value
?
)
:
BaseOAuth2ErrorResponse
Parameters
Optional
value
:
string
Returns
BaseOAuth2ErrorResponse
toJSON
toJSON
(
)
:
{
error
:
string
;
error_description
?:
string
;
error_uri
?:
string
;
}
Returns
{
error
:
string
;
error_description
?:
string
;
error_uri
?:
string
;
}
error
:
string
Optional
error_
description
?:
string
Optional
error_
uri
?:
string
to
Object
to
Object
(
)
:
{
error
:
string
;
error_description
?:
string
;
error_uri
?:
string
;
}
Returns
{
error
:
string
;
error_description
?:
string
;
error_uri
?:
string
;
}
error
:
string
Optional
error_
description
?:
string
Optional
error_
uri
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
error
error
Description
error
Uri
Methods
get
Error
Description
get
Error
Uri
set
Error
Description
set
Error
Uri
toJSON
to
Object
@novice1/frame - v0.1.10
Loading...