authenticationResult property

AuthenticationResultType? authenticationResult
final

The result of the authentication response. This is only returned if the caller does not need to pass another challenge. If the caller does need to pass another challenge before it gets tokens, ChallengeName, ChallengeParameters, and Session are returned.

Implementation

final AuthenticationResultType? authenticationResult;