cognitoEndpoint property

  1. @override
String? get cognitoEndpoint
override

The endpoint used to communication with Cognito. Typically endaft uses https://id.your_domain.tld.

Implementation

@override
String? get cognitoEndpoint => getOrThrow('AWS_COGNITO_ENDPOINT');