HttpFs.Auth0


ClientParams

Namespace: HttpFs.Auth0
Parent Module: Types

A structure identifying a host conforming to the Auth0 Authentication API as well as the client ID to use to authenticate and receive an identifying token.

Record Fields

Record FieldDescription
AuthenticationHost
Signature: string

The Authentication API host

ClientId
Signature: ClientId

The ID of the client which requires authentication

Fork me on GitHub