13 lines
301 B
Go
13 lines
301 B
Go
|
package oidc
|
||
|
|
||
|
const (
|
||
|
myclient = "myclient"
|
||
|
myclientdesc = "My Client"
|
||
|
onefactor = "one_factor"
|
||
|
twofactor = "two_factor"
|
||
|
examplecom = "https://example.com"
|
||
|
examplecomsid = "example.com"
|
||
|
badsecret = "$plaintext$a_bad_secret"
|
||
|
badhmac = "asbdhaaskmdlkamdklasmdlkams"
|
||
|
)
|