Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
my-smarthome-backend
main
Api
ApplicationController
Concerns
Authentication
Response
DevicesController
HomeController
KeysController
SessionsController
SwitchesController
UsersController
ApiKey
ApplicationController
ApplicationMailer
Connection
Publisher
Subscriber
Device
DevicesChannel
DevicesSocket
Helpers
Auth
DeviceAuth
Firebase
PublicKey
Token
UserAuth
Encryptor
Redis
CacheStore
Connection
PubSub
Message
Stream
WebSocket
Body
Handler
DeviceHandler
Jobs
DevicePreparation
PerformProxy
Publisher
Device
Switch
Serializers
ApplicationSerializer
Switch
Subscriber
Device
Switch
Switch
User
Generated using Crystal 1.14.0
2024-11-26 09:31:57 UTC
struct
Helpers::
Auth::
Firebase::
PublicKey
Helpers::Auth::Firebase::PublicKey
Struct
Value
Object
Defined in:
helpers/auth/firebase.cr
Constructors
.new
(kid : Nil | String, x509_certificate : String)
Class Method Summary
.find_by_kid
(kid)
.x509_certs
Instance Method Summary
#kid
: String | Nil
#pem
: String
#x509_cert
: String
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
]