IRefreshObserver | Matterport SDK
Usage of the SDK constitutes your agreement with the Matterport SDK Agreement. Email developers@matterport.com with any questions.

An observer for events from a ITokenRefresher

Hierarchy

  • IRefreshObserver

Index

Methods

Methods

Optional onError

  • onError(e: Error): void
  • Observe failures during token refresh

    Parameters

    • e: Error

    Returns void

Optional onRefresh

  • onRefresh(): void
  • Observe successful token refresh events

    Returns void