Method: OryClient::VerificationFlow#type
- Defined in:
- lib/ory-client/models/verification_flow.rb
#type ⇒ Object
The flow type can either be ‘api` or `browser`.
| 40 41 42 | # File 'lib/ory-client/models/verification_flow.rb', line 40 def type @type end |