Viam SDK
    Preparing search index...

    Interface AccessToken

    An access token used to access protected resources.

    interface AccessToken {
        payload: string;
        type: "access-token";
    }
    Index

    Properties

    Properties

    payload: string
    type: "access-token"