Class OAuth.UserInfo

  • Enclosing class:
    OAuth

    public static class OAuth.UserInfo
    extends Object
    UserInfo model with the below properties.
    sub: the user ID GUID.
    accounts: this is list of Docusign accounts associated with the current user.
    name: the user's full name.
    givenName: the user's given name.
    familyName: the user's family name.
    email: the user's email address.
    created: the UTC DateTime when the user login was created.
    See Also:
    OAuth.Account