User details
User id: ${user.id.id}
Logged in from: ${user.id.provider}
Email: ${user.email}
Authentication method: ${user.authMethod}
#{if user.authMethod == securesocial.provider.AuthenticationMethod.OAUTH1 ||
user.authMethod == securesocial.provider.AuthenticationMethod.OPENID_OAUTH_HYBRID}
OAuth 1
Token = ${user.token}
Secret = ${user.secret}
#{/if}
#{if user.authMethod == securesocial.provider.AuthenticationMethod.OAUTH2}
OAuth 2
Access token = ${user.accessToken}
#{/if}