Lager - v5.2.0
    Preparing search index...

    Represents the structure of an authentication response object.

    This interface defines the structure of the response object received after an authentication request.

    AuthResponseObject

    interface AuthResponseObject {
        message: string;
        title: string;
        type: string;
    }
    Index

    Properties

    Properties

    message: string

    The message of the response.

    title: string

    The title of the response.

    type: string

    The type of the response.