PHP Класс Auth_OpenID_PAPE_Response

Наследование: extends Auth_OpenID_Extension
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$ns_alias
$ns_uri

Открытые методы

Метод Описание
__construct ( $auth_policies = null, $auth_time = null, $nist_auth_level = null )
addPolicyURI ( $policy_uri ) Add a authentication policy to this response
fromSuccessResponse ( success_response $success_response ) Create an Auth_OpenID_PAPE_Response object from a successful OpenID library response.
getExtensionArgs ( )
parseExtensionArgs ( $args, $strict = false ) : null Parse the provider authentication policy arguments into the internal state of this object

Описание методов

__construct() публичный Метод

public __construct ( $auth_policies = null, $auth_time = null, $nist_auth_level = null )

addPolicyURI() публичный Метод

This method is intended to be used by the provider to add a policy that the provider conformed to when authenticating the user.
public addPolicyURI ( $policy_uri )

fromSuccessResponse() статический публичный Метод

Create an Auth_OpenID_PAPE_Response object from a successful OpenID library response.
static public fromSuccessResponse ( success_response $success_response )
$success_response success_response A SuccessResponse from Auth_OpenID_Consumer::complete()

getExtensionArgs() публичный Метод

public getExtensionArgs ( )

parseExtensionArgs() публичный Метод

Parse the provider authentication policy arguments into the internal state of this object
public parseExtensionArgs ( $args, $strict = false ) : null
Результат null The data is parsed into the internal fields of this object.

Описание свойств

$ns_alias публичное свойство

public $ns_alias

$ns_uri публичное свойство

public $ns_uri