ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
jvm
ktor-server-auth
/
io.ktor.server.auth
/
OAuth2Exception
/
InvalidGrant
Invalid
Grant
jvm
class
InvalidGrant
(
message
:
String
)
:
OAuth2Exception
Content copied to clipboard
Thrown when OAuth2 server responds with the "invalid_grant" error.
Constructors
Functions
Properties
Constructors
Invalid
Grant
Link copied to clipboard
jvm
fun
InvalidGrant
(
message
:
String
)
Content copied to clipboard
Functions
add
Suppressed
Link copied to clipboard
jvm
fun
addSuppressed
(
p0
:
Throwable
)
Content copied to clipboard
fill
In
Stack
Trace
Link copied to clipboard
jvm
open
fun
fillInStackTrace
(
)
:
Throwable
Content copied to clipboard
get
Localized
Message
Link copied to clipboard
jvm
open
fun
getLocalizedMessage
(
)
:
String
Content copied to clipboard
get
Stack
Trace
Link copied to clipboard
jvm
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
Content copied to clipboard
get
Suppressed
Link copied to clipboard
jvm
fun
getSuppressed
(
)
:
Array
<
Throwable
>
Content copied to clipboard
init
Cause
Link copied to clipboard
jvm
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
Content copied to clipboard
print
Stack
Trace
Link copied to clipboard
jvm
open
fun
printStackTrace
(
)
Content copied to clipboard
open
fun
printStackTrace
(
p0
:
PrintStream
)
Content copied to clipboard
open
fun
printStackTrace
(
p0
:
PrintWriter
)
Content copied to clipboard
set
Stack
Trace
Link copied to clipboard
jvm
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
jvm
open
val
cause
:
Throwable
?
Content copied to clipboard
errorCode
Link copied to clipboard
jvm
val
errorCode
:
String
?
Content copied to clipboard
OAuth2 server replied with
message
Link copied to clipboard
jvm
open
val
message
:
String
?
Content copied to clipboard