You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/api/accounts/oidc_account_attributes.gen.go

12 lines
510 B

// Code generated by "make api"; DO NOT EDIT.
package accounts
type OidcAccountAttributes struct {
Issuer string `json:"issuer,omitempty"`
Subject string `json:"subject,omitempty"`
FullName string `json:"full_name,omitempty"`
Email string `json:"email,omitempty"`
TokenClaims map[string]interface{} `json:"token_claims,omitempty"`
UserinfoClaims map[string]interface{} `json:"userinfo_claims,omitempty"`
}