@bovine/account-api
    Preparing search index...

    Type Alias TokenResponse

    TokenResponse

    Returns the token to be used with Bearer authentication, i.e. add the Header Authorization: Bearer {token} to the request

    type TokenResponse = {
        token: string;
    }
    Index

    Properties

    Properties

    token: string

    Token

    The token