scope property

  1. @JsonKey.new(name: OidcConstants_AuthParameters.scope, toJson: OidcInternalUtilities.joinSpaceDelimitedList)
List<String>? scope
getter/setter pair

Implementation

@JsonKey(
  name: OidcConstants_AuthParameters.scope,
  toJson: OidcInternalUtilities.joinSpaceDelimitedList,
)
List<String>? scope;