@accelerated-software-development/caddy-api-client - v0.4.3
    Preparing search index...

    Interface OAuth2IdentityProvider

    OAuth 2.0 identity provider configuration

    interface OAuth2IdentityProvider {
        client_id?: string;
        client_secret?: string;
        driver: "oauth2";
        provider?: string;
        realm?: string;
        scopes?: string[];
    }
    Index

    Properties

    client_id?: string

    OAuth client ID

    client_secret?: string

    OAuth client secret

    driver: "oauth2"
    provider?: string

    Provider name (github, google, facebook, etc.)

    realm?: string
    scopes?: string[]

    OAuth scopes to request