Type alias Jwks

Jwks: {
    keys: {
        [key: string]: string;
    }[];
}

Type declaration

  • keys: {
        [key: string]: string;
    }[]

    List of JSON Web Keys