Struct csrf::CsrfToken [] [src]

pub struct CsrfToken { /* fields omitted */ }

Methods

impl CsrfToken
[src]

Retrieve the CSRF token as a base64 encoded string.

Retrieve the CSRF token as a URL safe base64 encoded string.

Trait Implementations

impl Eq for CsrfToken
[src]

impl PartialEq for CsrfToken
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for CsrfToken
[src]

Formats the value using the given formatter.