getIdToken method

CognitoIdToken getIdToken()

Get the session's Id token

Implementation

CognitoIdToken getIdToken() {
  return idToken;
}