ConnectionOAuth2Properties

data class ConnectionOAuth2Properties(val authorizationCodeProperties: ConnectionAuthorizationCodeProperties? = null, val oAuth2ClientApplication: ConnectionOAuth2ClientApplication? = null, val oAuth2Credentials: ConnectionGlueOAuth2Credentials? = null, val oAuth2GrantType: ConnectionOAuth2GrantType? = null, val tokenUrl: String? = null, val tokenUrlParametersMap: Map<String, String>? = null)

OAuth2 Properties

Constructors

Link copied to clipboard
constructor(authorizationCodeProperties: ConnectionAuthorizationCodeProperties? = null, oAuth2ClientApplication: ConnectionOAuth2ClientApplication? = null, oAuth2Credentials: ConnectionGlueOAuth2Credentials? = null, oAuth2GrantType: ConnectionOAuth2GrantType? = null, tokenUrl: String? = null, tokenUrlParametersMap: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val tokenUrl: String? = null
Link copied to clipboard