WebAuthnGetRelyingParty typedef

WebAuthnGetRelyingParty = WebAuthnRelyingParty Function(AuthContext context, WebAuthnProvider provider)

Callback to get the relying party configuration.

Implementation

typedef WebAuthnGetRelyingParty =
    WebAuthnRelyingParty Function(
      AuthContext context,
      WebAuthnProvider provider,
    );