Documentation
¶
Overview ¶
Package auth0 provides Go client libraries for the Auth0 platform.
Index ¶
- Variables
- func Bool(b bool) *bool
- func BoolValue(b *bool) bool
- func Float64(f float64) *float64
- func Float64Value(f *float64) float64
- func Int(i int) *int
- func IntValue(i *int) int
- func String(s string) *string
- func StringValue(v *string) string
- func Stringf(s string, v ...interface{}) *string
- func Time(t time.Time) *time.Time
- func TimeValue(t *time.Time) time.Time
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "v2.7.0"
Version is the package version.
Functions ¶
func BoolValue ¶
BoolValue returns the value of the bool pointer passed in or false if the pointer is nil.
func Float64Value ¶
Float64Value returns the value of the float64 pointer passed in or 0 if the pointer is nil.
func StringValue ¶
StringValue returns the value of the string pointer passed in or "" if the pointer is nil.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package authentication provides a client for using the Auth0 Authentication API.
|
Package authentication provides a client for using the Auth0 Authentication API. |
|
ciba
Package ciba provides types for the Auth0 Client Initiated Backchannel Authentication endpoints.
|
Package ciba provides types for the Auth0 Client Initiated Backchannel Authentication endpoints. |
|
database
Package database provides types for the Auth0 database connection authentication endpoints.
|
Package database provides types for the Auth0 database connection authentication endpoints. |
|
mfa
Package mfa provides types for the Auth0 multi-factor authentication endpoints.
|
Package mfa provides types for the Auth0 multi-factor authentication endpoints. |
|
oauth
Package oauth provides types for the Auth0 OAuth authentication endpoints.
|
Package oauth provides types for the Auth0 OAuth authentication endpoints. |
|
passwordless
Package passwordless provides types for the Auth0 passwordless authentication endpoints.
|
Package passwordless provides types for the Auth0 passwordless authentication endpoints. |
|
internal
|
|
|
client
Package client provides the internal HTTP client used by the Auth0 SDK.
|
Package client provides the internal HTTP client used by the Auth0 SDK. |
|
idtokenvalidator
Package idtokenvalidator provides ID token validation for the Auth0 SDK.
|
Package idtokenvalidator provides ID token validation for the Auth0 SDK. |
|
tag
Package tag provides struct tag parsing utilities.
|
Package tag provides struct tag parsing utilities. |
Click to show internal directories.
Click to hide internal directories.
