OAuth Model Response
constructor(accessTokenPrepend: String? = null, authorizationCode: String? = null, authorizationEndpoint: String? = null, authorizationEndpointHeaders: Map<String, String>? = null, authorizationEndpointQueryParameters: Map<String, String>? = null, clientId: String, clientSecret: String, grantType: String, isCredentialsInHeaders: Boolean? = null, isJwtBearerFlow: Boolean? = null, redirectUri: String? = null, scope: String? = null, tokenEndpoint: String, tokenEndpointHeaders: Map<String, String>? = null, tokenEndpointQueryParameters: Map<String, String>? = null, type: String)