Method: OryClient::VerificationFlow#id

Defined in:
lib/ory-client/models/verification_flow.rb

#idObject

ID represents the request’s unique ID. When performing the verification flow, this represents the id in the verify ui’s query parameter: http://<selfservice.flows.verification.ui_url>?request=<id> type: string format: uuid



26
27
28
# File 'lib/ory-client/models/verification_flow.rb', line 26

def id
  @id
end