Documentation
    Preparing search index...

    OpenID Connect authentication.

    interface IOpenId {
        description?: string;
        openIdConnectUrl: string;
        type: "openIdConnect";
    }
    Index

    Properties

    description?: string

    Scheme description.

    openIdConnectUrl: string

    OpenID Connect discovery URL.

    type: "openIdConnect"

    Scheme type.