Interface AuthLinkResponse

Response interface for auth link

interface AuthLinkResponse {
    link: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

    Additional response data

Properties

Properties

link: string

The authentication link