Preparing search index...
The search index is not available
@novice1/frame - v0.1.10
@novice1/frame
OAuth2InvalidGrantResponse
Class OAuth2InvalidGrantResponse
Hierarchy (
view full
)
OAuth2ErrorResponse
OAuth2InvalidGrantResponse
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
Invalid
Grant
Response
(
errorDescription
?
,
errorUri
?
)
:
OAuth2InvalidGrantResponse
Parameters
Optional
errorDescription
:
string
Optional
errorUri
:
string
Returns
OAuth2InvalidGrantResponse
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...