expiresIn property

  1. @BuiltValueField(wireName: r'expires_in')
String? expiresIn

Link Expires In The recovery link will expire at that point in time. Defaults to the configuration value of selfservice.flows.recovery.request_lifespan.

Implementation

@BuiltValueField(wireName: r'expires_in')
String? get expiresIn;