HttpFs.Auth0


AuthenticationResult

Namespace: HttpFs.Auth0
Parent Module: Authentication

Represents the result of attempting to authenticate with the API.

Union Cases

Union CaseDescription
AuthFail(failure)
Signature: Auth0ApiFailure

Indicates a failed authentication attempt.

AuthOk(a0token)
Signature: Auth0Token

Indicates a successful authentication attempt, resulting in a token.

Fork me on GitHub