Spatio.Model.SignInMethods (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.SignInMethods{
  email: String.t(),
  hasPassword: boolean(),
  providers: [Spatio.Model.SignInMethodsProvidersInner.t()] | nil
}

Functions

decode(value)