-
- 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 OffsetDateTime
getLastWebhookUpdate()
The last time the user's data was attempted to be updated by Terra.String
getProvider()
The provider that this user is registered with.String
getReferenceId()
String
getScopes()
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()
-
-