bitbadgesjs-sdk - v0.27.2
    Preparing search index...

    Interface iGetSignInChallengeSuccessResponse<T>

    interface iGetSignInChallengeSuccessResponse<T extends NumberType> {
        message: string;
        nonce: string;
        params: ChallengeParams<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    message: string

    The challenge message to sign.

    nonce: string

    The nonce for the challenge.

    params: ChallengeParams<T>

    The challenge parameters.