okta/okta-auth-swift

Add name property to Profile struct

efeluke opened this issue · 3 comments

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?
...
}

Hi @IldarAbdullin-okta ,

Can I know an ETA on this enhancement?

Thank you

Hi @Mohitkiran ,

Let me address this on next week. I will let you know

Ildar