HttpFs.Auth0


Auth0Credentials

Namespace: HttpFs.Auth0
Parent Module: Types

Credentials used to authenticate with an Auth0 Authentication API

Union Cases

Union CaseDescription
IdToken(jwt)
Signature: JwtToken

A JWT token used to identify the requestor.

RefreshToken(rt)
Signature: RefreshToken

A long-lived token uses as a substitute for username/password authentication.

UsernamePassword(...)
Signature: string * string * string

A username and password as well as the connection which acts as an identity provider.

Fork me on GitHub