Type alias SharedKeyAuthenticator
SharedKeyAuthenticator: {
creator: string;
id: string;
policyId: string;
privateKey: string;
sharedKeyAuthenticator: DirectPrivateKeyAuthenticator;
}
Type declaration
creator: string
id: string
policyId: string
privateKey: string
sharedKeyAuthenticator: DirectPrivateKeyAuthenticator