Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IdpCredential

import type { IdpCredential } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

Credential for verifying signatures produced by the Identity Provider.

interface IdpCredential {
readonly dsaKeyInfo?: DsaPublicKeyInfo;
readonly name?: string;
readonly rsaKeyInfo?: RsaPublicKeyInfo;
readonly updateTime?: Date;
}

§Properties

§
readonly dsaKeyInfo?: DsaPublicKeyInfo
[src]

Output only. Information of a DSA public key.

§
readonly name?: string
[src]

Output only. Resource name of the credential.

§
readonly rsaKeyInfo?: RsaPublicKeyInfo
[src]

Output only. Information of a RSA public key.

§
readonly updateTime?: Date
[src]

Output only. Time when the IdpCredential was last updated.