Class SpaceOAuthKeys
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.space.SpaceOAuthKeys
-
public class SpaceOAuthKeys extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringSPACE_CLIENT_IDstatic StringSPACE_CLIENT_SECRETstatic StringSPACE_SERVER_URLstatic StringTEMPORARY_CONNECTIONstatic StringTEMPORARY_CONNECTION_CONSUMEDstatic StringTEMPORARY_CONNECTION_OWNER
-
Constructor Summary
Constructors Constructor Description SpaceOAuthKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSpaceClientId()StringgetSpaceClientSecret()StringgetSpaceServerUrl()
-
-
-
Field Detail
-
SPACE_SERVER_URL
public static final String SPACE_SERVER_URL
- See Also:
- Constant Field Values
-
SPACE_CLIENT_ID
public static final String SPACE_CLIENT_ID
- See Also:
- Constant Field Values
-
SPACE_CLIENT_SECRET
public static final String SPACE_CLIENT_SECRET
- See Also:
- Constant Field Values
-
TEMPORARY_CONNECTION
public static final String TEMPORARY_CONNECTION
- See Also:
- Constant Field Values
-
TEMPORARY_CONNECTION_OWNER
public static final String TEMPORARY_CONNECTION_OWNER
- See Also:
- Constant Field Values
-
TEMPORARY_CONNECTION_CONSUMED
public static final String TEMPORARY_CONNECTION_CONSUMED
- See Also:
- Constant Field Values
-
-