Giriş
Açıklaması şöyle.
Açıklaması şöyle.
Where Authorization Code is stored will depend on what implementation of AuthorizationCodeServices is used in AuthorizationTokenGranter and AuthorizationEndpoint
If JdbcAuthorizationCodeServices is used, then Authorization code will be stored in a table named oauth_code.
If InMemoryAuthorizationCodeServices is used, then Authorization code will be stored in a ConcurrentHashMap in memory.
Hiç yorum yok:
Yorum Gönder