-
- All Superinterfaces:
PartialUser
public interface User extends PartialUser
Interface representing a full Terra user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetDateTimegetLastWebhookUpdate()The last time the user's data was attempted to be updated by Terra.StringgetProvider()The provider that this user is registered with.StringgetReferenceId()StringgetScopes()The scopes that this user allowed.-
Methods inherited from interface co.tryterra.terraclient.api.PartialUser
getId
-
-
-
-
Method Detail
-
getProvider
String getProvider()
The provider that this user is registered with.- Returns:
- the user's provider
-
getLastWebhookUpdate
OffsetDateTime getLastWebhookUpdate()
The last time the user's data was attempted to be updated by Terra.- Returns:
- the user's last webhook update
-
getScopes
String getScopes()
The scopes that this user allowed.- Returns:
- the user's scopes
-
getReferenceId
String getReferenceId()
-
-