View Source Auth0.Config (Auth0Api v2.2.0)
Documentation for Auth0 Configuration.
properties
- :domain - Auth0 domain
- :api_token - API token
- :client_id - Client ID. This value is ignored when API token is provided.
- :client_secret - Client Secret. This value is ignored when API token is3 provided.
- :max_request_retry_count - Max retry count of request when rate limit is exceeded.
- :correlation_id - Correlation ID
- :token_cache_disabled - disable token cache
- :clear_token_cache - clear token cache
available environment
- AUTH0_DOMAIN - This value is used when
%Config{domain: nil}
. - AUTH0_API_TOKEN - This value is used when
%Config{api_token: nil}
. - AUTH0_CLIENT_ID - This value is used when
%Config{client_id: nil}
. - AUTH0_CLIENT_SECRET - This value is used when
%Config{client_secret: nil}
. - AUTH0_MAX_REQUEST_RETRY_COUNT - This value is used when
%Config{max_request_retry_count: nil}
.
Summary
Functions
get API token.
get Client ID..
get Client Secret.
get Auth0 domain.
get max retry count of request.
Types
@type config() :: t()
Functions
get API token.
get Client ID..
get Client Secret.
get Auth0 domain.
get max retry count of request.