htmlPage property
The html content to display when the authentication flow is completed.
If this is null, the redirectMessage will be displayed instead.
Implementation
final String? htmlPage;
The html content to display when the authentication flow is completed.
If this is null, the redirectMessage will be displayed instead.
final String? htmlPage;