You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Updates an existing M2M Client. You can use this endpoint to activate or deactivate a M2M Client by
111
+
/// Updates an existing M2M Client. You can use this endpoint to activate or deactivate an M2M Client by
112
112
/// changing its `status`. A deactivated M2M Client will not be allowed to perform future token exchange
113
113
/// flows until it is reactivated.
114
114
///
115
-
/// **Important:** Deactivating a M2M Client will not invalidate any existing JWTs issued to the client,
115
+
/// **Important:** Deactivating an M2M Client will not invalidate any existing JWTs issued to the client,
116
116
/// only prevent it from receiving new ones.
117
117
/// To protect more-sensitive routes, pass a lower `max_token_age` value
118
118
/// when[authenticating the token](https://stytch.com/docs/b2b/api/authenticate-m2m-token)[authenticating the token](https://stytch.com/docs/api/authenticate-m2m-token).
/// **Important:** Deleting a M2M Client will not invalidate any existing JWTs issued to the client, only
159
+
/// **Important:** Deleting an M2M Client will not invalidate any existing JWTs issued to the client, only
160
160
/// prevent it from receiving new ones.
161
161
/// To protect more-sensitive routes, pass a lower `max_token_age` value
162
162
/// when[authenticating the token](https://stytch.com/docs/b2b/api/authenticate-m2m-token)[authenticating the token](https://stytch.com/docs/api/authenticate-m2m-token).
0 commit comments