java.lang.Object | |
↳ | com.kinvey.java.auth.Credential |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Credential(String userId, String authToken) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static Credential |
from(KinveyAuthResponse response)
Convenience method intended to shield calling code from having to deal with KinveyAuthResponse directly
| ||||||||||
static Credential | from(User user) | ||||||||||
String | getAuthToken() | ||||||||||
String | getUserId() | ||||||||||
void | initialize(AbstractKinveyClientRequest<?> request) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Convenience method intended to shield calling code from having to deal with KinveyAuthResponse directly
response | a valid response from the Kinvey authentication |
---|