map.apps Bundle APIs 4.20.2
    Preparing search index...

    Interface Token

    An access token.

    interface Token {
        expires?: Date;
        value: string;
    }
    Index

    Properties

    Properties

    expires?: Date

    The expires date. It may be unknown, that's why it is optional.

    value: string

    The token value.