Member Junction
    Preparing search index...

    Interface CredentialsResolveResult<T>

    Standard tolerant result shape for the Credentials client-tool resolvers.

    interface CredentialsResolveResult<T> {
        errorMessage?: string;
        ok: boolean;
        value?: T;
    }

    Type Parameters

    • T
    Index

    Properties

    errorMessage?: string
    ok: boolean
    value?: T