Interface AuthenticationExtensionsClientOutputs
interface AuthenticationExtensionsClientOutputs {
appid?: boolean;
credProps?: CredentialPropertiesOutput;
hmacCreateSecret?: boolean;
prf?: AuthenticationExtensionsPRFOutputs;
}
appid?: boolean;
credProps?: CredentialPropertiesOutput;
hmacCreateSecret?: boolean;
prf?: AuthenticationExtensionsPRFOutputs;
}