ping-identity
    Preparing search index...

    Type Alias OidcWebClient

    Web-capable OIDC client handle.

    type OidcWebClient = {
        id: string;
        authorize(options?: OidcAuthorizeOptions): Promise<OidcAuthorizeResult>;
        user(): Promise<OidcUser>;
    }
    Index

    Properties

    Methods

    Properties

    id: string

    Internal native identifier for the web client.

    Methods