retrieveAuthenticated

suspend fun retrieveAuthenticated(withToken: String): Profile

Retrieves the profile information for the authenticated user.

Return

The profile information for the authenticated user

Parameters

withToken

The OAuth token to use for authentication