TF-624 Add method authenticateOidcOnBrowser to AuthenticationOIDCRepository repository
This commit is contained in:
@@ -26,4 +26,10 @@ abstract class AuthenticationOIDCDataSource {
|
||||
String refreshToken);
|
||||
|
||||
Future<bool> logout(TokenId tokenId, OIDCConfiguration config);
|
||||
|
||||
Future<void> authenticateOidcOnBrowser(
|
||||
String clientId,
|
||||
String redirectUrl,
|
||||
String discoveryUrl,
|
||||
List<String> scopes);
|
||||
}
|
||||
Reference in New Issue
Block a user