auth: {
    Verifier: Mock<any, any, any>;
    createAuthorizationRequest: ((reason, sender, callbackUrl) => AuthorizationRequestMessage);
} = ...

Type declaration

  • Verifier: Mock<any, any, any>
  • createAuthorizationRequest: ((reason, sender, callbackUrl) => AuthorizationRequestMessage)
      • (reason, sender, callbackUrl): AuthorizationRequestMessage
      • Parameters

        • reason: string
        • sender: string
        • callbackUrl: string

        Returns AuthorizationRequestMessage

Generated using TypeDoc