state property
An optional state to be passed to auth. This parameter is used to protect against XSRF. Should be a 32 byte string from the alphabet a-z,A-Z,0-9,_,-
Implementation
final String? state;
An optional state to be passed to auth. This parameter is used to protect against XSRF. Should be a 32 byte string from the alphabet a-z,A-Z,0-9,_,-
final String? state;