类 GetAccessTokenByClientCredentialsDto


  • public class GetAccessTokenByClientCredentialsDto
    extends Object
    • 构造器详细资料

      • GetAccessTokenByClientCredentialsDto

        public GetAccessTokenByClientCredentialsDto()
    • 方法详细资料

      • getScope

        public String getScope()
      • setScope

        public void setScope​(String scope)
      • getClientId

        public String getClientId()
      • setClientId

        public void setClientId​(String clientId)
      • getClientSecret

        public String getClientSecret()
      • setClientSecret

        public void setClientSecret​(String clientSecret)
      • getGrantType

        public String getGrantType()
      • setGrantType

        public void setGrantType​(String grantType)