Interface BaseAuthorizationCodeParams

Describes the parameters required in order to perform an authorization code request.

Hierarchy

  • BaseAuthorizationCodeParams

Properties

audience: string[]

Defines the requested audience when performing an authorization code request.

redirect_uri: string

The URL is where authorization server will redirect browser upon a successful authentication.

Please make sure to whitelist this URL in the authorization provider.

response_type: string

Defines the requested response type when performing an authorization code request.

scope: string

Defines the requested scopes.