| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
let profile = await client.api('/me/profile')
.version('beta')
.expand('names($select=first,last),skills($select=displayName)')
.get();