MonoCloud Management SDK
    Preparing search index...

    Enumeration OidcPkceMode

    The PKCE mode used with an external OIDC provider.

    Index

    Enumeration Members

    Enumeration Members

    Auto: "auto"

    PKCE is negotiated automatically based on the provider's discovery metadata.

    None: "none"

    PKCE is disabled.

    Plain: "plain"

    PKCE using the plain code challenge method.

    S256: "s256"

    PKCE using the S256 code challenge method.