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