PHP 클래스 Auth_OpenID_SuccessResponse

claimed_id - The identity URL that has been authenticated signed_args - The arguments in the server's response that were signed and verified. status - Auth_OpenID_SUCCESS.
상속: extends Auth_OpenID_ConsumerResponse
파일 보기 프로젝트 열기: openid/php-openid 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$status

공개 메소드들

메소드 설명
__construct ( $endpoint, $message, $signed_args = null )
extensionResponse ( $namespace_uri, $require_signed ) Extract signed extension data from the server's response.
getReturnTo ( ) : string Get the openid.return_to argument from this response.
getSigned ( $ns_uri, $ns_key, $default = null )
getSignedNS ( $ns_uri )
isOpenID1 ( )
isSigned ( $ns_uri, $ns_key )

메소드 상세

__construct() 공개 메소드

public __construct ( $endpoint, $message, $signed_args = null )

extensionResponse() 공개 메소드

Extract signed extension data from the server's response.
public extensionResponse ( $namespace_uri, $require_signed )

getReturnTo() 공개 메소드

This is useful for verifying that this request was initiated by this consumer.
public getReturnTo ( ) : string
리턴 string $return_to The return_to URL supplied to the server on the initial request, or null if the response did not contain an 'openid.return_to' argument.

getSigned() 공개 메소드

public getSigned ( $ns_uri, $ns_key, $default = null )

getSignedNS() 공개 메소드

public getSignedNS ( $ns_uri )

isOpenID1() 공개 메소드

public isOpenID1 ( )

isSigned() 공개 메소드

public isSigned ( $ns_uri, $ns_key )

프로퍼티 상세

$status 공개적으로 프로퍼티

public $status