OAuthModelArgs

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