Connection OAuth2Properties
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)