Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExternalUserPassResponse

The expected response type, as a JSON object, of a request to the username/password validation end point, for auth methods using the "external" auth method type.

Hierarchy

  • ExternalUserPassResponse

Index

Properties

Optional error

error: string

Short error message if request was not successful

Optional error_description

error_description: string

Optional longer error message if request was not successful

Optional profile

profile: OidcProfile

Mandatory properties:

  • sub
  • email

Can be left empty if request is not successful.

Generated using TypeDoc