Zitadel PHP Client 1.3.6
PHP Client for Zitadel
|
Public Member Functions | |
__construct (array $settings) | |
setUserId (int $userid) | |
setIdpId (string $idpId) | |
setIdpUserId (string $idpUserId) | |
setIdpIntentId (string $idpIntentId) | |
setIdpToken (string $idpToken) | |
setSuccessUrl (string $successUrl) | |
setFailureUrl (string $failureUrl) | |
getAuthUrl () | |
getAccessToken () | |
getIdpUserId () | |
getIdpUserName () | |
getIdpRawInformation () | |
getIdpEmail () | |
isIdpEmailVerified () | |
getIdpPicture () | |
getIdpProfile () | |
startFlow () | |
fetchIdpData () | |
linkIdpToUser () | |
__construct | ( | array | $settings | ) |
fetchIdpData | ( | ) |
getAccessToken | ( | ) |
getAuthUrl | ( | ) |
getIdpEmail | ( | ) |
getIdpPicture | ( | ) |
getIdpProfile | ( | ) |
getIdpRawInformation | ( | ) |
getIdpUserId | ( | ) |
getIdpUserName | ( | ) |
isIdpEmailVerified | ( | ) |
linkIdpToUser | ( | ) |
setFailureUrl | ( | string | $failureUrl | ) |
setIdpId | ( | string | $idpId | ) |
setIdpIntentId | ( | string | $idpIntentId | ) |
setIdpToken | ( | string | $idpToken | ) |
setIdpUserId | ( | string | $idpUserId | ) |
setSuccessUrl | ( | string | $successUrl | ) |
setUserId | ( | int | $userid | ) |
startFlow | ( | ) |