federatedTokenExpirationInterval property
The requested expiration interval (in minutes) for federated tokens generated using the OAuth credential.
Implementation
int get federatedTokenExpirationInterval {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore
.RT_OAuthUserConfiguration_getFederatedTokenExpirationInterval(
_handle, errorHandler);
});
}