Skip to content

Commit

Permalink
feat: authParam 추가 #52
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 12, 2024
1 parent 0868537 commit 5b88ba4
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.easyhz.noffice.core.model.auth.param

import android.content.Context

data class AuthParam(
val context: Context,
val providerName: String
)

0 comments on commit 5b88ba4

Please sign in to comment.