org.nofdev.http.oauth2.OAuthConfig.groovy Maven / Gradle / Ivy
package org.nofdev.http.oauth2
/**
* Created by HouDongQiang on 2016/3/17.
*/
class OAuthConfig {
String clientId
String clientSecret
String grantType
/**
* OAuth server provider
*/
String authenticationServerUrl
/**
* option 可选
*/
String scope
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy