RefreshTokenSecretInput.fromJson constructor

RefreshTokenSecretInput.fromJson(
  1. String val
)

Constructs a RefreshTokenSecretInput from the provided val.

Implementation

factory RefreshTokenSecretInput.fromJson(String val) =
    RefreshTokenSecretInput;