matrix-js-sdk

    Type Alias AccessTokensExperimental

    Unencrypted access and (optional) refresh token

    type AccessTokens = {
        accessToken: string;
        expiry?: Date;
        refreshToken?: string;
    }
    Index

    Properties

    accessToken: string

    The new access token to use for authenticated requests

    expiry?: Date

    Approximate date when the access token will expire, optional

    refreshToken?: string

    The new refresh token to use for refreshing tokens, optional

    MMNEPVFCICPMFPCPTTAAATR