class Auth0AuthApi in Auth0 Single Sign On 8.2
This class provides access to Auth0 Platform auth API.
@codeCoverageIgnore - Deprecated
Hierarchy
- class \Auth0\SDK\API\Authentication
- class \Auth0\SDK\Auth0AuthApi
Expanded class hierarchy of Auth0AuthApi
Deprecated
4.0.0, provided for bring backwards-compat and will be soon removed; use Auth0\SDK\API\Authentication instead
File
- vendor/
auth0/ auth0-php/ src/ Auth0AuthApi.php, line 11
Namespace
Auth0\SDKView source
class Auth0AuthApi extends \Auth0\SDK\API\Authentication {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Authentication:: |
private | property | ApiClient instance. | |
Authentication:: |
private | property | API audience identifier for the access token. | |
Authentication:: |
private | property | Client ID for the Auth0 Application. | |
Authentication:: |
private | property | Client Secret for the Auth0 Application. | |
Authentication:: |
private | property | Domain for the Auth0 Tenant. | |
Authentication:: |
private | property | Options for the Guzzle HTTP client. | |
Authentication:: |
private | property | Scopes to request during login. | |
Authentication:: |
public | function | Authorize using an access token | |
Authentication:: |
public | function | DEPRECATED - This endpoint is part of the legacy authentication pipeline and has been replaced in favor of the Password Grant. For more information on the latest authentication pipeline refer to Introducing OIDC Conformant Authentication. | |
Authentication:: |
public | function | Makes a call to the `oauth/token` endpoint with `client_credentials` grant type. | |
Authentication:: |
public | function | Makes a call to the `oauth/token` endpoint with `authorization_code` grant type | |
Authentication:: |
public | function | Send a change password email. This endpoint only works for database connections. | |
Authentication:: |
public | function | Create a new user using active authentication. This endpoint only works for database connections. | |
Authentication:: |
public | function | Verify email code | |
Authentication:: |
public | function | Start passwordless login process for email | |
Authentication:: |
public | function | Builds and returns the authorization URL. | |
Authentication:: |
public | function | Builds and returns a logout URL to terminate an SSO session. | |
Authentication:: |
public | function | Build and return a SAMLP link. | |
Authentication:: |
public | function | Build and return a SAMLP metadata link. | |
Authentication:: |
public | function | Build and return a WS-Federation link | |
Authentication:: |
public | function | Build and return a WS-Federation metadata link | |
Authentication:: |
public | function | Obtain an impersonation URL to login as another user. Impersonation functionality may be disabled by default for your tenant. | |
Authentication:: |
public | function | Makes a call to the `oauth/token` endpoint with `password-realm` grant type. | |
Authentication:: |
public | function | Makes a call to the `oauth/token` endpoint with `password` grant type | |
Authentication:: |
public | function | Makes a call to the `oauth/token` endpoint. | |
Authentication:: |
public | function | Use a refresh token grant to get new tokens. | |
Authentication:: |
protected | function | Set an ApiClient for use in this object | |
Authentication:: |
public | function | Verify SMS code | |
Authentication:: |
public | function | Start passwordless login process for SMS. | |
Authentication:: |
public | function | Make an authenticated request to the /userinfo endpoint. | |
Authentication:: |
public | function | Authentication constructor. |