Interface User

  • All Superinterfaces:
    PartialUser

    public interface User
    extends PartialUser
    Interface representing a full Terra user.
    • 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()