Skip to content

Instantly share code, notes, and snippets.

View josebarrueta's full-sized avatar

Jose Luis Barrueta josebarrueta

View GitHub Profile

Keybase proof

I hereby claim:

  • I am josebarrueta on github.
  • I am josebarrueta (https://keybase.io/josebarrueta) on keybase.
  • I have a public key ASBwWDidke61o8yhhQw0O3Vi0GkAMBZ5OpiXc4ztBXulBgo

To claim this, I am signing this object:

import com.stormpath.sdk.account.Account;
import com.stormpath.sdk.application.Application;
import com.stormpath.sdk.authc.UsernamePasswordRequest;
import com.stormpath.sdk.client.Client;
import com.stormpath.sdk.client.DefaultApiKey;
...
String applicationUrl = System.getenv("STORMPATH_URL");
String apiKeyId = System.getenv("STORMPATH_API_KEY_ID");