@(user: securesocial.core.Identity) @import securesocial.core.IdentityProvider @import Http.Context.Implicit @main("SecureSocial - Sample Protected Page") {

User Details

@user.oAuth1Info.map { info =>

OAuth1 Info

} @user.oAuth2Info.map { info =>

OAuth2 Info

}
@user.passwordInfo.map { info => Change Password } Logout
}