[][src]Enum openidconnect::core::CoreRegisterErrorResponseType

pub enum CoreRegisterErrorResponseType {
    InvalidRedirectUri,
    InvalidClientMetadata,
}

OpenID Connect Core registration error response type.

Variants

InvalidRedirectUri

The value of one or more redirect_uris is invalid.

InvalidClientMetadata

The value of one of the Client Metadata fields is invalid and the server has rejected this request. Note that an Authorization Server MAY choose to substitute a valid value for any requested parameter of a Client's Metadata.

Trait Implementations

impl RegisterErrorResponseType for CoreRegisterErrorResponseType[src]

impl Clone for CoreRegisterErrorResponseType[src]

impl PartialEq<CoreRegisterErrorResponseType> for CoreRegisterErrorResponseType[src]

impl Display for CoreRegisterErrorResponseType[src]

impl Debug for CoreRegisterErrorResponseType[src]

impl Serialize for CoreRegisterErrorResponseType[src]

impl<'de> Deserialize<'de> for CoreRegisterErrorResponseType[src]

impl ErrorResponseType for CoreRegisterErrorResponseType[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err