toggle menu
ktor
3.0.0
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
common
switch theme
search in API
ktor-server-auth
/
io.ktor.server.auth
/
OAuth2RequestParameters
OAuth2Request
Parameters
object
OAuth2RequestParameters
List of OAuth2 request parameters for both peers.
Members
Properties
Client
Id
Link copied to clipboard
const
val
ClientId
:
String
Client
Secret
Link copied to clipboard
const
val
ClientSecret
:
String
Code
Link copied to clipboard
const
val
Code
:
String
Error
Link copied to clipboard
const
val
Error
:
String
Error
Description
Link copied to clipboard
const
val
ErrorDescription
:
String
Grant
Type
Link copied to clipboard
const
val
GrantType
:
String
Password
Link copied to clipboard
const
val
Password
:
String
Redirect
Uri
Link copied to clipboard
const
val
RedirectUri
:
String
Response
Type
Link copied to clipboard
const
val
ResponseType
:
String
Scope
Link copied to clipboard
const
val
Scope
:
String
State
Link copied to clipboard
const
val
State
:
String
User
Name
Link copied to clipboard
const
val
UserName
:
String