Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 702 Bytes

auth.md

File metadata and controls

56 lines (38 loc) · 702 Bytes

Authentication Classes

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