Interface EmbeddedLoginRequestOutputWithContent

Represents the response returned by the loginAs method of the ElementsClient class, with additional content.

Hierarchy

  • EmbeddedLoginRequestOutput
    • EmbeddedLoginRequestOutputWithContent

Properties

content?: any
error?: string

If the login request failed, this field will contain the error message

Memberof

EmbeddedLoginRequestOutput

error_code?: number

If the login request failed, this field will contain the error code

Memberof

EmbeddedLoginRequestOutput

extra?: string

Extra data that you can pass to the login request

Memberof

EmbeddedLoginRequestOutput

redirect_url: string

The full URL to which the user should be redirected in order to complete the login process

Memberof

EmbeddedLoginRequestOutput

token?: string

The auth token that lets your users login into permit elements

Memberof

EmbeddedLoginRequestOutput

Generated using TypeDoc