Skip to content

Commit

Permalink
fix: change auth request interface (#93)
Browse files Browse the repository at this point in the history
fix: review changes
  • Loading branch information
stebenz authored Dec 18, 2024
1 parent 95c785b commit e0de468
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/provider/models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ type AuthRequestInt interface {
GetID() string
GetApplicationID() string
GetRelayState() string
GetNameID() string
GetAccessConsumerServiceURL() string
GetBindingType() string
GetAuthRequestID() string
GetCode() string
GetIssuer() string
GetIssuerName() string
GetDestination() string
GetUserID() string
GetUserName() string
Done() bool
}

Expand Down

0 comments on commit e0de468

Please sign in to comment.