CognitoSessionOptions typedef

  1. @Deprecated('Use CognitoFetchAuthSessionOptions instead')
CognitoSessionOptions = CognitoFetchAuthSessionOptions

Cognito options for Amplify.Auth.fetchAuthSession.

Implementation

@Deprecated('Use CognitoFetchAuthSessionOptions instead')
// ignore: deprecated_member_use_from_same_package
typedef CognitoSessionOptions = CognitoFetchAuthSessionOptions;