Type Alias AuthenticationResponse

AuthenticationResponse: BaseResponse & {
    token: string;
    valid_for?: number;
}

Type declaration

  • token: string

    The token that was issued

  • Optionalvalid_for?: number

    The amount of seconds the token is valid for