Struct oxide_auth::code_grant::generator::RandomGenerator [] [src]

pub struct RandomGenerator { /* fields omitted */ }

Methods

impl RandomGenerator
[src]

Trait Implementations

impl TokenGenerator for RandomGenerator
[src]

[src]

For example sign a grant or generate a random token. The exact guarantees and uses depend on the specific implementation. Read more