Skip to content

Commit

Permalink
fixing more stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Sep 24, 2020
1 parent c8e98c4 commit 1e0ad1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func NewAdminAPIClientWithProvider(cp CombinedProvider, realmName string, mutato
return c.Admin(realmName, cp), nil
}

func NewAdminAPIClientWithInstallDocument(id *InstallDocument, realmName string, ap AuthProvider, mutators ...ConfigMutator) (*AdminAPIClient, error) {
func NewAdminAPIClientWithInstallDocument(id *InstallDocument, realmName string, mutators ...ConfigMutator) (*AdminAPIClient, error) {
// todo: support ID's for things other than a confidential client
ctp, err := NewConfidentialClientAuthProvider(&ConfidentialClientAuthProviderConfig{InstallDocument: id})
if err != nil {
Expand Down

0 comments on commit 1e0ad1d

Please sign in to comment.