MonoCloud Authentication SDK
    Preparing search index...

    Represents a JSON Web Key Set (JWKS).

    A JWKS is a collection of public JSON Web Keys used to verify signatures of JSON Web Tokens (JWTs).

    interface Jwks {
        keys: Jwk[];
    }
    Index

    Properties

    Properties

    keys: Jwk[]

    The list of public keys contained in this key set.