expiresIn property

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

Code Expires In The recovery code will expire after that amount of time has passed. Defaults to the configuration value of selfservice.methods.code.config.lifespan.

Implementation

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