ktor
2.2.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
jvmAndNix
ktor-server-auth
/
io.ktor.server.auth
/
OAuth2Exception
/
InvalidGrant
Invalid
Grant
jvmAndNix
class
InvalidGrant
(
message
:
String
)
:
OAuth2Exception
Thrown when OAuth2 server responds with the "invalid_grant" error.
Constructors
Properties
Constructors
Invalid
Grant
Link copied to clipboard
jvmAndNix
fun
InvalidGrant
(
message
:
String
)
Properties
cause
Link copied to clipboard
jvmAndNix
open
val
cause
:
Throwable
?
error
Code
Link copied to clipboard
jvmAndNix
val
errorCode
:
String
?
OAuth2 server replied with
message
Link copied to clipboard
jvmAndNix
open
val
message
:
String
?