@twinfinity/authentication
    Preparing search index...

    Interface TokenEndpointResponse

    A subset of the object returned by the /token endpoint.

    interface TokenEndpointResponse {
        access_token: string;
        expires_in: number;
        id_token: string;
        refresh_expires_in: number;
        refresh_token: string;
    }
    Index

    Properties

    access_token: string
    expires_in: number
    id_token: string
    refresh_expires_in: number
    refresh_token: string