Deletes an association from storage
void
deleteAssociation
(string $uri)
-
string
$uri: OP Endpoint URI
Deletes a nonce from storage
void
deleteNonce
(string $nonce, string $opURL)
-
string
$nonce: The nonce to delete
-
string
$opURL: The OP endpoint URL it is associated with
Gets an OpenID_Assocation instance from storage
-
string
$uri: The OP endpoint URI to get an association for
-
string
$handle: The association handle if available
Gets an OpenID_Discover object from storage
-
string
$identifier: The normalized identifier that discovery was performed on
Gets a nonce from storage
string
getNonce
(string $nonce, string $opURL)
-
string
$nonce: The nonce itself
-
string
$opURL: The OP Endpoint URL it was used with
Stores an OpenID_Association instance. Details (such as endpoint url and exiration) are retrieved from the object itself.
Stores an instance of OpenID_Discover
-
OpenID_Discover
$discover: Instance of OpenID_Discover
-
int
$expire: How long to cache it for, in seconds
Stores a nonce for an OP endpoint URL
void
setNonce
(string $nonce, string $opURL)
-
string
$nonce: The nonce itself
-
string
$opURL: The OP endpoint URL it was associated with