Skip to content

Commit a475e6f

Browse files
authored
Merge pull request #91 from patterninc/version_change_for_app_management
Add rotate_application_client_secret in readme
2 parents 4075be6 + 54482b0 commit a475e6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ To retrieve the access token, you can use the LWA helper:
133133
access_token = MuffinMan::Lwa::AuthHelper.get_access_token(scope, client_id, client_secret)
134134
```
135135

136+
### Rotating application client secret
137+
To rotate client secret for application
138+
```ruby
139+
MuffinMan::ApplicationManagement::V20231130.rotate_application_client_secret(access_token)
140+
```
141+
136142
### Debugging
137143

138144
To use Typheous' verbose mode set env variable `MUFFIN_MAN_DEBUG=true`

0 commit comments

Comments
 (0)