Method and Description |
---|
org.mitre.oauth2.repository.OAuth2TokenRepository.clearDuplicateAccessTokens()
this method was added to return the remove duplicate access tokens values
so that {code removeAccessToken(OAuth2AccessTokenEntity o)} would not to fail. the
removeAccessToken method has been updated so as it will not fail in the event that an
accessToken has been duplicated, so this method is unnecessary.
|
org.mitre.oauth2.repository.OAuth2TokenRepository.clearDuplicateRefreshTokens()
this method was added to return the remove duplicate refresh token value
so that {code removeRefreshToken(OAuth2RefreshTokenEntity o)} would not to fail. the
removeRefreshToken method has been updated so as it will not fail in the event that
refreshToken has been duplicated, so this method is unnecessary.
|
Copyright © 2018. All rights reserved.