See Release Notes
Long Term Support Release
Class for loading/storing issuers from the DB.
Copyright: | 2017 Damyon Wiese |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 113 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
linked_login:: (3 methods):
define_properties()
has_existing_issuer_match()
delete_orphaned()
Class: linked_login - X-Ref
Class for loading/storing issuer from the DBdefine_properties() X-Ref |
Return the definition of the properties of this model. return: array |
has_existing_issuer_match(\core\oauth2\issuer $issuer, $username) X-Ref |
Check whether there are any valid linked accounts for this issuer and username combination. param: \core\oauth2\issuer $issuer The issuer param: string $username The username to check |
delete_orphaned($issuerid = false) X-Ref |
Remove all linked logins that are using issuers that have been deleted. param: int $issuerid The issuer id of the issuer to check, or false to check all (defaults to all) return: boolean |