We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4075be6 + 54482b0 commit a475e6fCopy full SHA for a475e6f
README.md
@@ -133,6 +133,12 @@ To retrieve the access token, you can use the LWA helper:
133
access_token = MuffinMan::Lwa::AuthHelper.get_access_token(scope, client_id, client_secret)
134
```
135
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
+
142
### Debugging
143
144
To use Typheous' verbose mode set env variable `MUFFIN_MAN_DEBUG=true`
0 commit comments