Auth_OpenID_SessionNegotiator::getAllowedType PHP Method

getAllowedType() public method

Get a pair of assocation type and session type that are supported.
public getAllowedType ( )
    function getAllowedType()
    {
        if (!$this->allowed_types) {
            return array(null, null);
        }
        return $this->allowed_types[0];
    }