Example #1
0
 public LinkedAccount getAccountByProvider(final String providerKey) {
   return LinkedAccount.findByProviderKey(this, providerKey);
 }