MapColonies Authentication
    Preparing search index...

    JSON representation of a public key

    interface JWKPublicKey {
        alg: string;
        e: string;
        kid: string;
        kty: string;
        n: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    alg: string
    e: string
    kid: string
    kty: string
    n: string