Class PushedAuthorizationRequest
- Namespace
- Auth0.Authentication
Api .Models
- Assembly
- Auth0.AuthenticationApi.dll
- Inheritance
-
Pushed
Authorization Request
- Implements
- Inherited Members
Properties
AdditionalProperties
Any additional properties to use.
Property Value
Audience
Audience to request API access for.
Property Value
ClientAssertionSecurityKey
Security Key to use with Client Assertion
Property Value
ClientAssertionSecurityKeyAlgorithm
Algorithm for the Security Key to use with Client Assertion
Property Value
ClientId
Client ID of the application.
Property Value
ClientSecret
Client secret of the application.
Property Value
Remarks
Optional except when using Authorization
Connection
Name of the connection.
Property Value
Invitation
The Id of an invitation to accept.
Property Value
Remarks
This is available from the URL that is given when participating in a user invitation flow.
Nonce
The nonce.
Property Value
Organization
The organization to log the user in to.
Property Value
RedirectUri
URI to redirect to.
Property Value
ResponseMode
Response mode to use.
Property Value
ResponseType
Authorization
Property Value
Scope
Scopes to request.
Property Value
Remarks
Multiple scopes must be separated by a space character.
State
State value to be passed back on successful authorization.