Trait stripe::CreateLoginLinkExt[][src]

pub trait CreateLoginLinkExt {
    fn create(
        client: &Client,
        id: &AccountId,
        redirect_url: &str
    ) -> Response<Self>
    where
        Self: Sized
; }

Required methods

Implementors