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
/
OAuth2RequestParameters
OAuth2Request
Parameters
jvm
object
OAuth2RequestParameters
Content copied to clipboard
List of OAuth2 request parameters for both peers.
Properties
Properties
ClientId
Link copied to clipboard
jvm
const
val
ClientId
:
String
Content copied to clipboard
ClientSecret
Link copied to clipboard
jvm
const
val
ClientSecret
:
String
Content copied to clipboard
Code
Link copied to clipboard
jvm
const
val
Code
:
String
Content copied to clipboard
GrantType
Link copied to clipboard
jvm
const
val
GrantType
:
String
Content copied to clipboard
Password
Link copied to clipboard
jvm
const
val
Password
:
String
Content copied to clipboard
RedirectUri
Link copied to clipboard
jvm
const
val
RedirectUri
:
String
Content copied to clipboard
ResponseType
Link copied to clipboard
jvm
const
val
ResponseType
:
String
Content copied to clipboard
Scope
Link copied to clipboard
jvm
const
val
Scope
:
String
Content copied to clipboard
State
Link copied to clipboard
jvm
const
val
State
:
String
Content copied to clipboard
UserName
Link copied to clipboard
jvm
const
val
UserName
:
String
Content copied to clipboard