IonDIDProvider.(constructor)
Constructs a new instance of the IonDIDProvider
class
Signature:
constructor(options: {
defaultKms: string;
challengeEnabled?: boolean;
challengeEndpoint?: string;
solutionEndpoint?: string;
});
Parameters
Parameter | Type | Description |
---|---|---|
options | { defaultKms: string; challengeEnabled?: boolean; challengeEndpoint?: string; solutionEndpoint?: string; } |