Auth0.Config (Auth0Api v1.4.0) View Source
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}
.
Link to this section Summary
Functions
get API token.
get Client ID..
get Client Secret.
get Auth0 domain.
get max retry count of request.
Link to this section Types
Specs
config() :: t()
Specs
Link to this section Functions
Specs
get API token.
Specs
get Client ID..
Specs
get Client Secret.
Specs
get Auth0 domain.
Specs
get max retry count of request.