Ktor
Toggle table of contents
3.3.x
Select version
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
Target filter
common
Switch theme
Search in API
Skip to content
Ktor
ktor-server-auth
/
io.ktor.server.auth
/
OAuth2RequestParameters
OAuth2Request
Parameters
object
OAuth2RequestParameters
(
source
)
List of OAuth2 request parameters for both peers.
Report a problem
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