Skip to content

Instantly share code, notes, and snippets.

@Enigo
Last active March 1, 2021 10:41
Show Gist options
  • Save Enigo/c4e2b073e043583d5497e82cea54e2fa to your computer and use it in GitHub Desktop.
Save Enigo/c4e2b073e043583d5497e82cea54e2fa to your computer and use it in GitHub Desktop.
@Setter
@Getter
@ConfigurationProperties(prefix = "onelogin")
public class OneLoginConfigs {
private String clientId;
private String clientSecret;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment