EMMspOathData

Objective-C

@protocol EMMspOathData <EMMspData>

Swift

protocol EMMspOathData : EMMspData

Protocol allowing to retrieve all the public fields and data from a Oath data

Since

4.5
  • Return the corresponding Oath Ocra server challenge

    Since

    4.5

    Declaration

    Objective-C

    - (EMMspField *)ocraServerChallenge;

    Swift

    func ocraServerChallenge() -> EMMspField!

    Return Value

    A Msp field containing the Server challenge of the associated Oath data

  • Return the corresponding Oath Ocra client challenge

    Since

    4.5

    Declaration

    Objective-C

    - (EMMspField *)ocraClientChallenge;

    Swift

    func ocraClientChallenge() -> EMMspField!

    Return Value

    A Msp field containing the Client challenge of the associated Oath data

  • Return the corresponding Oath Ocra password hash

    Since

    4.5

    Declaration

    Objective-C

    - (EMMspField *)ocraPasswordHash;

    Swift

    func ocraPasswordHash() -> EMMspField!

    Return Value

    A Msp field containing the password hash of the associated Oath data

  • Return the corresponding Oath Ocra Session

    Since

    4.5

    Declaration

    Objective-C

    - (EMMspField *)ocraSession;

    Swift

    func ocraSession() -> EMMspField!

    Return Value

    A Msp field containing the Ocra session of the associated Oath data