Guest User

Untitled

a guest
Jan 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. var authority = Environment.GetEnvironmentVariable("IDENTITY_SERVER_AUTHORITY");
  2. var disco = DiscoveryClient.GetAsync(authority).Result;
  3. _tokenClient = new TokenClient(disco.TokenEndpoint, "client", "secret");
Add Comment
Please, Sign In to add comment