AuthHelper
in package
Class AuthHelper
Tags
Table of Contents
Methods
- generateUsernameByAttributes() : string
- Find or generates a username based on given attributes provided by an AuthClient.
- isGuestAccessEnabled() : bool
- Checks if limited access is allowed for unauthenticated users.
Methods
generateUsernameByAttributes()
Find or generates a username based on given attributes provided by an AuthClient.
public
static generateUsernameByAttributes(mixed $attributes) : string
Parameters
- $attributes : mixed
Tags
Return values
stringisGuestAccessEnabled()
Checks if limited access is allowed for unauthenticated users.
public
static isGuestAccessEnabled() : bool