The AWSAuthUser object contains username and userId from the idToken.

interface AWSAuthUser {
    userId: string;
    username: string;
}

Hierarchy (view full)

Properties

Properties

userId: string
username: string