Variable registerCredential
registerCredential: (
input: {
credential: RegistrationPayload;
recipeUserId: string;
userContext?: Record<string, any>;
webauthnGeneratedOptionsId: string;
},
) => Promise<RegisterCredentialErrorResponse | { status: "OK" }> = Wrapper.registerCredential
Type declaration
- (
input: {
credential: RegistrationPayload;
recipeUserId: string;
userContext?: Record<string, any>;
webauthnGeneratedOptionsId: string;
},
): Promise<RegisterCredentialErrorResponse | { status: "OK" }> Parameters
- input: {
credential: RegistrationPayload;
recipeUserId: string;
userContext?: Record<string, any>;
webauthnGeneratedOptionsId: string;
}
Returns Promise<RegisterCredentialErrorResponse | { status: "OK" }>