Код: Выделить всё
final result = await FlutterAppAuth().authorize(
AuthorizationRequest(
SSOConstants.clientId,
SSOConstants.redirectUri,
serviceConfiguration: AuthorizationServiceConfiguration(
authorizationEndpoint: SSOConstants.authorizationEndpoint,
tokenEndpoint: SSOConstants.tokenEndpoint,
),
scopes: SSOConstants.scopes.split(' '),
),
);
Кто-нибудь сталкивался с этим раньше?
Вот моя строка build.gradle:< /p>
Код: Выделить всё
manifestPlaceholders = [
'appAuthRedirectScheme': 'msauth'
]
msauth://com.example.test/1234
Подробнее здесь: https://stackoverflow.com/questions/785 ... using-flut
Мобильная версия