forked from TrueCloudLab/certificates
gofmt everything
This commit is contained in:
parent
f38a72a62b
commit
c2d30f7260
1 changed files with 7 additions and 7 deletions
|
@ -40,13 +40,13 @@ func (c openIDConfiguration) Validate() error {
|
||||||
// openIDPayload represents the fields on the id_token JWT payload.
|
// openIDPayload represents the fields on the id_token JWT payload.
|
||||||
type openIDPayload struct {
|
type openIDPayload struct {
|
||||||
jose.Claims
|
jose.Claims
|
||||||
AtHash string `json:"at_hash"`
|
AtHash string `json:"at_hash"`
|
||||||
AuthorizedParty string `json:"azp"`
|
AuthorizedParty string `json:"azp"`
|
||||||
Email string `json:"email"`
|
Email string `json:"email"`
|
||||||
EmailVerified bool `json:"email_verified"`
|
EmailVerified bool `json:"email_verified"`
|
||||||
Hd string `json:"hd"`
|
Hd string `json:"hd"`
|
||||||
Nonce string `json:"nonce"`
|
Nonce string `json:"nonce"`
|
||||||
Groups []string `json:"groups"`
|
Groups []string `json:"groups"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// OIDC represents an OAuth 2.0 OpenID Connect provider.
|
// OIDC represents an OAuth 2.0 OpenID Connect provider.
|
||||||
|
|
Loading…
Reference in a new issue