Struct flp_saml2::idp::authn_response::Response[][src]

pub struct Response {
    pub samlp: String,
    pub saml: String,
    pub id: String,
    pub version: String,
    pub issue_instant: String,
    pub destination: String,
    pub in_response_to: String,
    pub issuer: Issuer,
    pub signature: Option<Signature>,
    pub status: Status,
    pub assertion: Assertion,
}

Fields

samlp: Stringsaml: Stringid: Stringversion: Stringissue_instant: Stringdestination: Stringin_response_to: Stringissuer: Issuersignature: Option<Signature>status: Statusassertion: Assertion

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.