Property | Type | Description | |
---|---|---|---|
$_AccessToken | string |
Method | Description | |
---|---|---|
accessToken ( boolean $NewValue = false ) : boolean | mixed | null | ||
api ( $Path, array $Post = [] ) : mixed | ||
authenticationProviderModel_calculateGooglePlus_handler ( object $sender, array $args ) | Calculate the final sign in and register urls for google+. | |
authorizeUri ( array $State = [] ) : string | ||
base_AfterReactions_handler ( $Sender, $Args ) | Add 'Google+' option to the row. | |
base_beforeSignInButton_handler ( $Sender, $Args ) | ||
base_connectData_handler ( EntryController $Sender, array $Args ) | ||
base_getConnections_handler ( $Sender, $Args ) | ||
base_signInIcons_handler ( $Sender, $Args ) | ||
curl ( $Url, string $Method = 'GET', array $Data = [] ) : mixed | ||
entryController_googlePlus_create ( EntryController $Sender, string $Code = false, string $State = false ) | ||
entryController_overrideSignIn_handler ( EntryController $Sender, array $Args ) | Override the sign in if Google+ is the default sign-in method. | |
entryController_signIn_handler ( Gdn_Controller $Sender, $Args ) | ||
getAccessToken ( $Code ) : mixed | ||
isConfigured ( ) : boolean | ||
isDefault ( ) : boolean | ||
postController_googlePlus_create ( PostController $Sender, type $RecordType, type $ID ) | ||
setup ( ) | ||
signInButton ( string $type = 'button' ) : string | ||
socialController_googlePlus_create ( $Sender, $Args ) | ||
socialReactions ( ) : mixed | ||
socialSharing ( ) : mixed | ||
structure ( ) |
public authenticationProviderModel_calculateGooglePlus_handler ( object $sender, array $args ) | ||
$sender | object | Not used. |
$args | array | Contains the provider and |
public authorizeUri ( array $State = [] ) : string | ||
$State | array | |
return | string |
public base_AfterReactions_handler ( $Sender, $Args ) |
public base_beforeSignInButton_handler ( $Sender, $Args ) | ||
$Sender | ||
$Args |
public base_connectData_handler ( EntryController $Sender, array $Args ) | ||
$Sender | EntryController | |
$Args | array |
public base_getConnections_handler ( $Sender, $Args ) | ||
$Sender | ||
$Args |
public base_signInIcons_handler ( $Sender, $Args ) | ||
$Sender | ||
$Args |
public entryController_googlePlus_create ( EntryController $Sender, string $Code = false, string $State = false ) | ||
$Sender | EntryController | |
$Code | string | |
$State | string |
public entryController_overrideSignIn_handler ( EntryController $Sender, array $Args ) | ||
$Sender | EntryController | |
$Args | array |
public entryController_signIn_handler ( Gdn_Controller $Sender, $Args ) | ||
$Sender | Gdn_Controller |
public postController_googlePlus_create ( PostController $Sender, type $RecordType, type $ID ) | ||
$Sender | PostController | |
$RecordType | type | |
$ID | type |
public signInButton ( string $type = 'button' ) : string | ||
$type | string | |
return | string |
public socialController_googlePlus_create ( $Sender, $Args ) | ||
$Sender | ||
$Args |