Class AuthenticationResponse
- java.lang.Object
-
- org.spongepowered.gradle.ore.internal.model.AuthenticationResponse
-
public class AuthenticationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuthenticationResponse.KeyType
-
Constructor Summary
Constructors Constructor Description AuthenticationResponse(java.lang.String session, java.lang.String expires, AuthenticationResponse.KeyType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
expires()
java.lang.String
session()
AuthenticationResponse.KeyType
type()
-
-
-
Constructor Detail
-
AuthenticationResponse
public AuthenticationResponse(java.lang.String session, java.lang.String expires, AuthenticationResponse.KeyType type)
-
-
Method Detail
-
session
public java.lang.String session()
-
expires
public java.lang.String expires()
-
type
public AuthenticationResponse.KeyType type()
-
-