Skip to content

Commit

Permalink
Update doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
brianstrauch authored Oct 6, 2023
1 parent ef6397c commit ec12e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Initialize a new client using a context, domain, client ID, and client secret if
authAPI, err := authentication.New(
context.Background(),
domain,
authentication.WithClientID(id)
authentication.WithClientID(id),
authentication.WithClientSecret(secret) // Optional depending on the grants used
)
if err != nil {
Expand Down

0 comments on commit ec12e1d

Please sign in to comment.