RestAuthenticationOauthGrant
class flow_api.connector_inputs.RestAuthenticationOauthGrant(token_url=None, grant=None, client_auth_method=None)
Base class: dict
OAuth2 (token grant). Discriminated-union branch (authentication_method='oauth_grant'); a dict subclass that auto-injects the discriminator.
Parameters
| Name | Type | Description |
|---|---|---|
| client_auth_method | Any | |
| grant | Any | |
| token_url | Optional |