Preparing search index...
The search index is not available
@novice1/frame - v0.1.13
@novice1/frame
OAuth2UnsupportedGrantTypeResponse
Class OAuth2UnsupportedGrantTypeResponse
Hierarchy (
View Summary
)
OAuth2ErrorResponse
OAuth2UnsupportedGrantTypeResponse
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
OAuth2UnsupportedGrantTypeResponse
(
errorDescription
?:
string
,
errorUri
?:
string
,
)
:
OAuth2UnsupportedGrantTypeResponse
Parameters
Optional
errorDescription
:
string
Optional
errorUri
:
string
Returns
OAuth2UnsupportedGrantTypeResponse
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...