Skip to content

public static Condorcet::isAuthMethod

Read it at the source

Description

php
public static Condorcet::isAuthMethod ( string $method ): bool

Test if a method is in the result set of Condorcet::getAuthMethods.

Parameter

method: string

A valid method name or class.

Return value

(bool) True / False


Released under the MIT License.