Add name property to Profile struct
efeluke opened this issue · 3 comments
efeluke commented
When user is on Okta Verify screen, we'd like to show the device name the user should use to run "Okta Verify" app. Adding "name" property to Profile struct should solve the problem:
public struct Profile: Codable {
public let name: String?
public let phoneNumber: String?
...
}
Mohitkiran commented
IldarAbdullin-okta commented
IldarAbdullin-okta commented
Fixed in 2.2.0 release
https://github.com/okta/okta-auth-swift/releases/tag/2.2.0