htmlPage property

String? htmlPage
final

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;