Axinom Mosaic Libraries
    Preparing search index...

    Access token information for an authenticated subject

    interface TokenResult {
        accessToken: string;
        expiresInSeconds: number;
        tokenType: string;
    }
    Index

    Properties

    accessToken: string
    expiresInSeconds: number
    tokenType: string