mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-08 01:17:21 +00:00
7 lines
163 B
Go
7 lines
163 B
Go
package openid
|
|
|
|
const (
|
|
ClientAssertionTypeJwtBearer = "urn:ietf:params:oauth:client-assertion-type:jwt-bearer"
|
|
RefreshTokenValue = "refresh_token"
|
|
)
|