Class ResetPasswordForEmailState
A utility class that represents a successful response from a request to send a user's password reset using the PKCE flow.
public class ResetPasswordForEmailState
- Inheritance
-
ResetPasswordForEmailState
- Inherited Members
Properties
PKCEVerifier
PKCE Verifier generated if using the PKCE flow type.
public string? PKCEVerifier { get; set; }