redirectUrl property

  1. @JsonKey(name: 'redirectUrl')
String? redirectUrl
getter/setter pair

URL used to pass the user's authorization code to the application

Implementation

@JsonKey(name:'redirectUrl')
String? redirectUrl;