Guest User

Untitled

a guest
Feb 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. case class KeycloakConfig(
  2. authServerUrl: String,
  3. realm: String,
  4. impersonatorUsername: String,
  5. impersonatorPassword: String,
  6. clientId: String,
  7. redirectUri: String
  8. )
Add Comment
Please, Sign In to add comment