14 Eylül 2023 Perşembe

OAuth2 Refresh Token Grant

Giriş
Eğer Expired 401 hatası alıyorsak bu grant tipi ile token'ın yenilenmesi istenir. Açıklaması şöyle.
The authorization server will respond with a JSON object containing the following properties:

- token_type with the value Bearer
- expires_in with an integer representing the TTL of the access token
- access_token the access token itself
- refresh_token a refresh token that can be used to acquire a new access token when the original expires
Şeklen şöyle



Hiç yorum yok:

Yorum Gönder