public interface OAuth2Service
| Modifier and Type | Method and Description |
|---|---|
OAuth2Response |
exchangeCode(OAuth2Client oAuth2Client,
String code,
String redirectUrl)
Wymienia kod otrzymany przy redirecie na access token
|
void |
refreshConnection(OAuth2Connection connection)
Odświeża połączenie OAuth2
|
OAuth2Response exchangeCode(OAuth2Client oAuth2Client, String code, String redirectUrl)
oAuth2Client - code - redirectUrl - void refreshConnection(OAuth2Connection connection) throws ConnectionRefreshException
connection - ConnectionRefreshExceptionCopyright © 2022 Suncode. All rights reserved.