|
|
|
@ -94,9 +94,9 @@ public class NiceCiDTO {
|
|
|
|
|
* clinet_credentials 로 고정
|
|
|
|
|
*/
|
|
|
|
|
@Default
|
|
|
|
|
@Schema(requiredMode = RequiredMode.REQUIRED, title = "grant_type", example = "clinet_credentials")
|
|
|
|
|
@Schema(requiredMode = RequiredMode.REQUIRED, title = "grant_type", example = "client_credentials")
|
|
|
|
|
@NotEmpty(message = "grant_type은 필수입니다")
|
|
|
|
|
private String grantType = "clinet_credentials";
|
|
|
|
|
private String grantType = "client_credentials";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|