Authentication Classes
October 24, 2022 ยท View on GitHub
Token
Gotify\Auth\Token(string $token)
Class: Token
Examples
Methods
Get authentication method
getAuthMethod(): string
Get token
get(): array
User
Gotify\Auth\User(string $username, string $password)
Class: User
Examples
Methods
Get authentication method
getAuthMethod(): string
Get username
getUsername(): string
Get password
getPassword(): string