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