Class GoogleOAuthKeys
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.google.GoogleOAuthKeys
-
public class GoogleOAuthKeys extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLIENT_ID
static String
CLIENT_SECRET
-
Constructor Summary
Constructors Constructor Description GoogleOAuthKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
String
getClientSecret()
-
-
-
Field Detail
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
- Constant Field Values
-
CLIENT_SECRET
public static final String CLIENT_SECRET
- See Also:
- Constant Field Values
-
-