Preparing search index...
The search index is not available
@novice1/frame - v0.1.13
@novice1/frame
OAuth2ErrorResponse
Class OAuth2ErrorResponse
Hierarchy (
View Summary
)
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
OAuth2ErrorResponse
(
error
:
OAuth2Error
,
errorDescription
?:
string
,
errorUri
?:
string
,
)
:
OAuth2ErrorResponse
Parameters
error
:
OAuth2Error
Optional
errorDescription
:
string
Optional
errorUri
:
string
Returns
OAuth2ErrorResponse
Properties
Protected
error
error
:
OAuth2Error
Protected
Optional
error
Description
errorDescription
?:
string
Protected
Optional
error
Uri
errorUri
?:
string
Methods
get
Error
Description
getErrorDescription
()
:
undefined
|
string
Returns
undefined
|
string
get
Error
Uri
getErrorUri
()
:
undefined
|
string
Returns
undefined
|
string
set
Error
Description
setErrorDescription
(
value
?:
string
)
:
BaseOAuth2ErrorResponse
Parameters
Optional
value
:
string
Returns
BaseOAuth2ErrorResponse
set
Error
Uri
setErrorUri
(
value
?:
string
)
:
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
}
to
Object
toObject
()
:
{
error
:
string
;
error_description
?:
string
;
error_uri
?:
string
}
Returns
{
error
:
string
;
error_description
?:
string
;
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.13
Loading...