Skip to main content

AUTH.VERIFY_ID_TOKEN

POST 

To verify an id token. This action can be used by admin.

Request

Body

    action stringrequired

    Default value: auth.verify_id_token

    The action

    id_token stringrequired

    JWT ID Token

    aud string

Responses

Verify id_token response

Schema
    _userkey string

    The user's Key

    email string

    The user's email

    email_verified boolean

    Boolean indicating email is verified

    display_name string

    The full display name

    photo_url string

    The photo URL

    username string

    The username

    aud string

    The 'aud' associated to this authentication

    roles string[]

    Array of roles for this authentication

    auth_types string[]

    Array of auth_types for this authentication

Loading...