Skip to main content

IonDIDProvider.(constructor)

Constructs a new instance of the IonDIDProvider class

Signature:

constructor(options: {
defaultKms: string;
challengeEnabled?: boolean;
challengeEndpoint?: string;
solutionEndpoint?: string;
});

Parameters

ParameterTypeDescription
options{ defaultKms: string; challengeEnabled?: boolean; challengeEndpoint?: string; solutionEndpoint?: string; }