EMMspOathData Protocol Reference

Conforms to EMMspData
Declared in EMMspOathData.h

Overview

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

– ocraServerChallenge required method

Return the corresponding Oath Ocra server challenge

- (EMMspField *)ocraServerChallenge

Return Value

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

Availability

4.5

Declared In

EMMspOathData.h

– ocraClientChallenge required method

Return the corresponding Oath Ocra client challenge

- (EMMspField *)ocraClientChallenge

Return Value

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

Availability

4.5

Declared In

EMMspOathData.h

– ocraPasswordHash required method

Return the corresponding Oath Ocra password hash

- (EMMspField *)ocraPasswordHash

Return Value

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

Availability

4.5

Declared In

EMMspOathData.h

– ocraSession required method

Return the corresponding Oath Ocra Session

- (EMMspField *)ocraSession

Return Value

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

Availability

4.5

Declared In

EMMspOathData.h