BearerTokenAuthentication.fromJson constructor

BearerTokenAuthentication.fromJson(
  1. Map json_
)

Implementation

BearerTokenAuthentication.fromJson(core.Map json_)
  : this(tokenSecretVersion: json_['tokenSecretVersion'] as core.String?);