public static class SetApplicationProvisioningConfigRequest.ScimProvisioningConfig.AuthnConfiguration.AuthnParam extends Object
构造器和说明 |
---|
AuthnParam() |
限定符和类型 | 方法和说明 |
---|---|
String |
getAccessToken() |
String |
getAuthnMethod() |
String |
getClientId() |
String |
getClientSecret() |
String |
getTokenEndpoint() |
void |
setAccessToken(String accessToken) |
void |
setAuthnMethod(String authnMethod) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setTokenEndpoint(String tokenEndpoint) |
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getAccessToken()
public void setAccessToken(String accessToken)
public String getTokenEndpoint()
public void setTokenEndpoint(String tokenEndpoint)
public String getAuthnMethod()
public void setAuthnMethod(String authnMethod)
Copyright © 2023. All Rights Reserved.