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 classAuthenticationResponse.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.Stringexpires()java.lang.Stringsession()AuthenticationResponse.KeyTypetype()
-
-
-
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()
-
-