Last active
March 1, 2021 10:41
-
-
Save Enigo/c4e2b073e043583d5497e82cea54e2fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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