Up one level | ||
client/ | ||
discovery/ | ||
service/ | ||
access_token.php [source] [71 lines] | Loads/stores oauth2 access tokens in DB for system accounts in order to use a single token across multiple sessions. | |
api.php [source] [655 lines] | Class for loading/storing oauth2 endpoints from the DB. | |
client.php [source] [590 lines] | Configurable oauth2 client class. | |
endpoint.php [source] [73 lines] | Class for loading/storing oauth2 endpoints from the DB. | |
issuer.php [source] [271 lines] | Class for loading/storing issuers from the DB. | |
refresh_system_tokens_task.php [source] [111 lines] | A scheduled task. | |
rest.php [source] [134 lines] | Rest API base class mapping rest api methods to endpoints with http methods, args and post body. | |
rest_exception.php [source] [40 lines] | Rest Exception class containing error code and message. | |
system_account.php [source] [64 lines] | When using OAuth sometimes it makes sense to authenticate as a system user, and not the current user. | |
user_field_mapping.php [source] [90 lines] | Class for loading/storing oauth2 endpoints from the DB. |