Interface GetUserProfileRequest

interface GetUserProfileRequest {
    access_token?: string;
}

Properties

Properties

access_token?: string

Access token needed to authorized api call. If not provided, access token from UserStorage will be used.