struct Helpers::Auth::Firebase::PublicKey

Defined in:

helpers/auth/firebase.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(kid : Nil | String, x509_certificate : String) #

[View source]

Class Method Detail

def self.find_by_kid(kid) #

[View source]
def self.x509_certs #

[View source]

Instance Method Detail

def kid : String | Nil #

[View source]
def pem : String #

[View source]
def x509_cert : String #

[View source]