OAuth2RequestParameters

object OAuth2RequestParameters

List of OAuth2 request parameters for both peers.

Properties

Link copied to clipboard
const val ClientId: String
Link copied to clipboard
const val ClientSecret: String
Link copied to clipboard
const val Code: String
Link copied to clipboard
const val GrantType: String
Link copied to clipboard
const val Password: String
Link copied to clipboard
const val RedirectUri: String
Link copied to clipboard
const val ResponseType: String
Link copied to clipboard
const val Scope: String
Link copied to clipboard
const val State: String
Link copied to clipboard
const val UserName: String