RxInfer Client - v1.3.0
    Preparing search index...

    Type Alias TokenGenerateResponse

    type TokenGenerateResponse = {
        token: string;
    }
    Index

    Properties

    Properties

    token: string

    The token to use in the Authorization header with the format "Bearer {token}"