Property | Type | Description | |
---|---|---|---|
$providers | array |
Method | Description | |
---|---|---|
__construct ( |
AuthService constructor. | |
execute ( $provider, $hasCode ) : Illuminate\Http\RedirectResponse | ||
getProviderId ( $provider ) : mixed | ||
getProviderName ( $providerId ) : mixed | string | ||
getProviders ( ) |
Method | Description | |
---|---|---|
getAuthorization ( $provider ) : mixed |
public __construct ( |
||
$repo |
public execute ( $provider, $hasCode ) : Illuminate\Http\RedirectResponse | ||
$provider | ||
$hasCode | ||
return | Illuminate\Http\RedirectResponse |
public static getProviderId ( $provider ) : mixed | ||
$provider | ||
return | mixed |
public static getProviderName ( $providerId ) : mixed | string | ||
$providerId | ||
return | mixed | string |