isServerSideAuthEnabled()

The method specifies that this specific class can be used for the server-side authentication.

Synopsis

public bool isServerSideAuthEnabled();

Return Value

The method returns a TRUE if the class can be used. The method returns FALSE by default.

Description

The method specifies that this specific class can be used for the server-side authentication. If another way to enabled server-side authentication needs to be implemented, implement it in this method. If the functionality of the base class OaAuthMethod is sufficient (see the config entry “serverSideAuth”), this class must be deleted.

Assignment

Authentication

See also

User-defined external authentication