mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
8 lines
122 B
Go
8 lines
122 B
Go
|
package util
|
||
|
|
||
|
const (
|
||
|
RegisterMethodAuthKey = "authkey"
|
||
|
RegisterMethodOIDC = "oidc"
|
||
|
RegisterMethodCLI = "cli"
|
||
|
)
|