Auth_OpenID_ServiceEndpoint::supportsType PHP Method

supportsType() public method

public supportsType ( $type_uri )
    function supportsType($type_uri)
    {
        // Does this endpoint support this type?
        return in_array($type_uri, $this->type_uris) || $type_uri == Auth_OpenID_TYPE_2_0 && $this->isOPIdentifier();
    }