pkceMethod property

String get pkceMethod

Configures the Proof Key for Code Exchange (PKCE) method to use. The currently allowed method is 'S256'. If not configured, PKCE will not be used.

Implementation

external String /*'S256'*/ get pkceMethod;
set pkceMethod (String v)

Implementation

external set pkceMethod(String /*'S256'*/ v);