flow property

String flow

Set the OpenID Connect flow. @default standard

Implementation

external String /*'standard'|'implicit'|'hybrid'*/ get flow;
void flow=(String v)

Implementation

external set flow(String /*'standard'|'implicit'|'hybrid'*/ v);