SW Combine SDK
    Preparing search index...

    Interface HelloAuthResponse

    interface HelloAuthResponse {
        client?: number;
        message: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    client?: number

    OAuth client ID that authenticated this request

    message: string