allowedRedirectUris property

List<String>? allowedRedirectUris
getter/setter pair

The list of redirect uris that is allowed to redirect back when authorization process is completed.

Required.

Implementation

core.List<core.String>? allowedRedirectUris;