Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Sep 28, 2023
1 parent f5c6a30 commit f97a2ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions auth/api/iam/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions auth/api/iam/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ type DIDDocument = did.Document
// DIDDocumentMetadata is an alias
type DIDDocumentMetadata = resolver.DocumentMetadata

// ErrorResponse is an alias
type ErrorResponse = OAuth2Error

const (
// responseTypeParam is the name of the response_type parameter.
// Specified by https://datatracker.ietf.org/doc/html/rfc6749#section-3.1.1
Expand Down
1 change: 1 addition & 0 deletions codegen/configs/auth_iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ output-options:
- DIDDocument
- OAuthAuthorizationServerMetadata
- OAuthClientMetadata
- ErrorResponse

0 comments on commit f97a2ce

Please sign in to comment.