RefreshSessionSecrets constructor

RefreshSessionSecrets(
  1. RefreshTokenSecretInput refresh,
  2. AccessTokenSecretInput access
)

Implementation

RefreshSessionSecrets(this.refresh, this.access);