redirectURI property
The redirect URI for the authorization code flow.
This value must be a valid URI to allow the authorization code flow. A user agent is redirected to this URI with an authorization code that can be exchanged for a token. Only confidential clients may have a value.
Implementation
@Column(nullable: true)
String? redirectURI;