interface EndpointWithUserIdentity {
    endpointUrl: string;
    userIdentity: UserIdentityInfo;
}

Properties

endpointUrl: string
userIdentity: UserIdentityInfo